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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h88 return ConstantExpr::getFRem(LHS, RHS);
H A DConstants.h958 static Constant *getFRem(Constant *C1, Constant *C2);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h88 return Fold(ConstantExpr::getFRem(LHS, RHS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2536 Constant *ConstantExpr::getFRem(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp1601 return wrap(ConstantExpr::getFRem(unwrap<Constant>(LHSConstant),

Completed in 129 milliseconds