Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLocal.cpp65 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/); in emitGEPOffset()
H A DScalarEvolution.cpp9830 C = C ? ConstantExpr::getMul(C, OpC) : OpC; in BuildConstantFromSCEV()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1047 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 DConstants.cpp2671 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
H A DCore.cpp1602 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
H A DInstructions.cpp801 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2167 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1115 See the method [llvm::ConstantExpr::getMul]. *)