Searched refs:getFSub (Results 1 – 6 of 6) sorted by relevance
53 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
987 static Constant *getFSub(Constant *C1, Constant *C2);
61 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
2362 Constant *CSubOne = ConstantExpr::getFSub(C, ConstantFP::get(Ty, 1.0)); in visitFSub()2367 Constant *OneSubC = ConstantExpr::getFSub(ConstantFP::get(Ty, 1.0), C); in visitFSub()
2698 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
1577 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()