Searched refs:getFSub (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 46 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
|
D | TargetFolder.h | 62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
|
/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/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 634 static Constant *getFSub(Constant *C1, Constant *C2);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 241 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1771 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg() 1798 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
|
D | Core.cpp | 757 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
|
D | ConstantFold.cpp | 1308 Res.push_back(ConstantExpr::getFSub(C1, C2)); in ConstantFoldBinaryInstruction()
|
/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/bindings/ocaml/llvm/ |
D | llvm.mli | 855 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1027 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)
|