Home
last modified time | relevance | path

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/
DNoFolder.h135 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
136 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
DConstantFolder.h84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() function
DIRBuilder.h1526 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/
DTargetFolder.h84 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/
DCore.cpp3356 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp829 return V(jit->builder->CreateFRem(V(lhs), V(rhs))); in createFRem()