Searched refs:getFSub (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 50 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
|
D | Constants.h | 937 static Constant *getFSub(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 46 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
|
D | Constants.h | 883 static Constant *getFSub(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 60 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 241 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 2270 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()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2123 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg() 2150 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
|
D | Core.cpp | 1149 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2336 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
|
D | Core.cpp | 1528 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1027 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)
|