Searched refs:getMul (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Local.cpp | 65 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/); in emitGEPOffset()
|
H A D | ScalarEvolution.cpp | 9830 C = C ? ConstantExpr::getMul(C, OpC) : OpC; in BuildConstantFromSCEV()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Constants.h | 1047 static Constant *getMul(Constant *C1, Constant *C2, bool HasNUW = false, 1097 return getMul(C1, C2, false, true); 1101 return getMul(C1, C2, true, false);
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Constants.cpp | 2671 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
H A D | Core.cpp | 1602 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|
H A D | Instructions.cpp | 801 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2167 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1115 See the method [llvm::ConstantExpr::getMul]. *)
|