Home
last modified time | relevance | path

Searched refs:getMul (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/llvm/include/llvm/IR/
DConstants.h926 static Constant *getMul(Constant *C1, Constant *C2,
977 return getMul(C1, C2, false, true);
980 return getMul(C1, C2, true, false);
DConstantFolder.h50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
/external/llvm/unittests/IR/
DConstantsTest.cpp74 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/
DTargetFolder.h66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
/external/llvm/lib/Analysis/
DValueTracking.cpp2444 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2468 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
DScalarEvolution.cpp6210 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
/external/llvm/lib/IR/
DConstantFold.cpp645 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
DConstants.cpp2215 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
DCore.cpp1067 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
DInstructions.cpp414 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1600 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
DInstCombineCompares.cpp890 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1001 See the method [llvm::ConstantExpr::getMul]. *)