Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1122 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 DConstants.cpp2613 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
H A DCore.cpp1803 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()