Searched refs:getFRem (Results 1 – 7 of 7) sorted by relevance
73 return ConstantExpr::getFRem(LHS, RHS); in CreateFRem()
87 return Fold(ConstantExpr::getFRem(LHS, RHS)); in CreateFRem()
215 CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR); in TEST()
846 static Constant *getFRem(Constant *C1, Constant *C2);
871 return wrap(ConstantExpr::getFRem(unwrap<Constant>(LHSConstant), in LLVMConstFRem()
2052 Constant *ConstantExpr::getFRem(Constant *C1, Constant *C2) { in getFRem() function in ConstantExpr
909 See the method [llvm::ConstantExpr::getFRem]. *)