/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | NoFolder.h | 115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function 116 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
|
D | ConstantFolder.h | 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
D | TargetFolder.h | 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
D | IRBuilder.h | 602 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "") { 605 return Insert(Folder.CreateFRem(LC, RC), Name); 606 return Insert(BinaryOperator::CreateFRem(LHS, RHS), Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 136 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function 137 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
|
D | ConstantFolder.h | 85 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
D | IRBuilder.h | 1229 Value *CreateFRem(Value *L, Value *R, const Twine &Name = "", 1232 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), FPMD, FMF); 1241 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), nullptr,
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function 116 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
|
D | ConstantFolder.h | 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
D | IRBuilder.h | 888 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "", 892 return Insert(Folder.CreateFRem(LC, RC), Name); 893 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 85 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 309 return mixin_builder()->CreateFRem(std::forward<Args>(args)...); in FRem()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1355 Value *ExactResult = Builder->CreateFRem(LHSOrig, RHSOrig); in visitFPTrunc()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1917 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2626 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1370 func (b Builder) CreateFRem(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1437 func (b Builder) CreateFRem(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2938 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1956 See the method [llvm::LLVMBuilder::CreateFRem]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2204 See the method [llvm::LLVMBuilder::CreateFRem]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2188 See the method [llvm::LLVMBuilder::CreateFRem]. *)
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 1103 return V(::builder->CreateFRem(V(lhs), V(rhs))); in createFRem()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 530 Value *Result = Builder.CreateFRem(Arg1, Arg2, "fmod"); in EmitBuiltinExpr()
|