Searched refs:getMul (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 1122 static Constant *getMul(Constant *C1, Constant *C2, bool HasNUW = false, 1154 return getMul(C1, C2, false, true); 1158 return getMul(C1, C2, true, false);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2613 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
H A D | Core.cpp | 1803 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|