Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h53 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
H A DConstants.h987 static Constant *getFSub(Constant *C1, Constant *C2);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h61 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2362 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2698 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
H A DCore.cpp1577 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()