Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDLocal.h232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h901 static Constant *getMul(Constant *C1, Constant *C2,
952 return getMul(C1, C2, false, true);
955 return getMul(C1, C2, true, false);
HDConstantFolder.h50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetFolder.h66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp2206 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2230 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
HDScalarEvolution.cpp5738 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp1081 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
HDInstCombineCompares.cpp820 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
/NextBSD/contrib/llvm/lib/IR/
HDConstantFold.cpp645 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
HDCore.cpp1062 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
HDConstants.cpp2280 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
HDInstructions.cpp367 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()