Searched refs:getMul (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | Local.h | 232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Constants.h | 901 static Constant *getMul(Constant *C1, Constant *C2, 952 return getMul(C1, C2, false, true); 955 return getMul(C1, C2, true, false);
|
| HD | ConstantFolder.h | 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ValueTracking.cpp | 2206 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 2230 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
| HD | ScalarEvolution.cpp | 5738 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 1081 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
|
| HD | InstCombineCompares.cpp | 820 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ConstantFold.cpp | 645 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
|
| HD | Core.cpp | 1062 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|
| HD | Constants.cpp | 2280 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
| HD | Instructions.cpp | 367 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
|