Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.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-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2613 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
HDCore.cpp1803 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()