Home
last modified time | relevance | path

Searched refs:getFSub (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h51 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
H A DConstants.h937 static Constant *getFSub(Constant *C1, Constant *C2);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h61 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1832 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 DConstants.cpp2229 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
2256 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
H A DCore.cpp1504 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()