HomeSort by relevance Sort by last modified time
    Searched refs:CreateFRem (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
NoFolder.h 115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const {
116 return BinaryOperator::CreateFRem(LHS, RHS);
ConstantFolder.h 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
TargetFolder.h 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h 683 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "",
687 return Insert(Folder.CreateFRem(LC, RC), Name);
688 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 401 case kOpRem: res = irb_->CreateFRem(src1, src2); break;
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 32 milliseconds