Searched refs:getFSub (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 51 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
|
| H A D | Constants.h | 937 static Constant *getFSub(Constant *C1, Constant *C2);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 61 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1832 Constant *CSubOne = ConstantExpr::getFSub(C, ConstantFP::get(Ty, 1.0)); in visitFSub() 1837 Constant *OneSubC = ConstantExpr::getFSub(ConstantFP::get(Ty, 1.0), C); in visitFSub()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 2229 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg() 2256 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
|
| H A D | Core.cpp | 1504 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
|