Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h46 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
DTargetFolder.h62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
/external/llvm/include/llvm/IR/
DConstantFolder.h46 return ConstantExpr::getFSub(LHS, RHS); in CreateFSub()
DConstants.h883 static Constant *getFSub(Constant *C1, Constant *C2);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h62 return Fold(ConstantExpr::getFSub(LHS, RHS)); in CreateFSub()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h634 static Constant *getFSub(Constant *C1, Constant *C2);
/external/llvm/unittests/IR/
DConstantsTest.cpp241 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR); in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1771 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
1798 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
DCore.cpp757 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
DConstantFold.cpp1308 Res.push_back(ConstantExpr::getFSub(C1, C2)); in ConstantFoldBinaryInstruction()
/external/llvm/lib/IR/
DConstants.cpp2123 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
2150 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() function in ConstantExpr
DCore.cpp1149 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant), in LLVMConstFSub()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli855 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1027 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)