Searched refs:getFSub (Results 1 – 6 of 6) sorted by relevance
50 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
937 static Constant *getFSub(Constant *C1, Constant *C2);
60 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
2270 Constant *CSubOne = ConstantExpr::getFSub(C, ConstantFP::get(Ty, 1.0)); in visitFSub()2275 Constant *OneSubC = ConstantExpr::getFSub(ConstantFP::get(Ty, 1.0), C); in visitFSub()
2336 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
1528 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()