Searched refs:getFSub (Results 1 – 7 of 7) sorted by relevance
46 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
842 static Constant *getFSub(Constant *C1, Constant *C2);
62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
207 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); in TEST()
2093 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()2120 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
915 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
960 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)