Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h50 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
DConstants.h937 static Constant *getFSub(Constant *C1, Constant *C2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h60 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp2270 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2336 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
DCore.cpp1528 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()