Searched refs:getMul (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 926 static Constant *getMul(Constant *C1, Constant *C2, 977 return getMul(C1, C2, false, true); 980 return getMul(C1, C2, true, false);
|
D | ConstantFolder.h | 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 74 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST() 218 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2444 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 2468 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
D | ScalarEvolution.cpp | 6210 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 645 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
|
D | Constants.cpp | 2215 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
D | Core.cpp | 1067 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|
D | Instructions.cpp | 414 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1600 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
|
D | InstCombineCompares.cpp | 890 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1001 See the method [llvm::ConstantExpr::getMul]. *)
|