Searched refs:getFRem (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 73 return ConstantExpr::getFRem(LHS, RHS); in CreateFRem()
|
D | TargetFolder.h | 87 return Fold(ConstantExpr::getFRem(LHS, RHS)); in CreateFRem()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 73 return ConstantExpr::getFRem(LHS, RHS); in CreateFRem()
|
D | Constants.h | 892 static Constant *getFRem(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 87 return Fold(ConstantExpr::getFRem(LHS, RHS)); in CreateFRem()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 643 static Constant *getFRem(Constant *C1, Constant *C2);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 249 CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1835 Constant *ConstantExpr::getFRem(Constant *C1, Constant *C2) { in getFRem() function in ConstantExpr
|
D | ConstantFold.cpp | 1364 Res.push_back(ConstantExpr::getFRem(C1, C2)); in ConstantFoldBinaryInstruction()
|
D | Core.cpp | 815 return wrap(ConstantExpr::getFRem(unwrap<Constant>(LHSConstant), in LLVMConstFRem()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2187 Constant *ConstantExpr::getFRem(Constant *C1, Constant *C2) { in getFRem() function in ConstantExpr
|
D | Core.cpp | 1207 return wrap(ConstantExpr::getFRem(unwrap<Constant>(LHSConstant), in LLVMConstFRem()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 908 See the method [llvm::ConstantExpr::getFRem]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1080 See the method [llvm::ConstantExpr::getFRem]. *)
|