Home
last modified time | relevance | path

Searched refs:getFRem (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h88 return ConstantExpr::getFRem(LHS, RHS); in CreateFRem()
H A DConstants.h996 static Constant *getFRem(Constant *C1, Constant *C2);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h88 return Fold(ConstantExpr::getFRem(LHS, RHS)); in CreateFRem()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2735 Constant *ConstantExpr::getFRem(Constant *C1, Constant *C2) { in getFRem() function in ConstantExpr
H A DCore.cpp1641 return wrap(ConstantExpr::getFRem(unwrap<Constant>(LHSConstant), in LLVMConstFRem()