Searched refs:CreateFRem (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 135 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function 136 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
|
D | ConstantFolder.h | 84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
D | IRBuilder.h | 1526 Value *CreateFRem(Value *L, Value *R, const Twine &Name = "", 1533 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), FPMD, FMF); 1546 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), nullptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3356 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 829 return V(jit->builder->CreateFRem(V(lhs), V(rhs))); in createFRem()
|