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

  /external/llvm/include/llvm/Support/
NoFolder.h 97 Instruction *CreateSDiv(Constant *LHS, Constant *RHS,
100 return BinaryOperator::CreateSDiv(LHS, RHS);
ConstantFolder.h 59 Constant *CreateSDiv(Constant *LHS, Constant *RHS,
TargetFolder.h 74 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 108 SlowQuotientV = SlowBuilder.CreateSDiv(Dividend, Divisor);
IntegerDivision.cpp 511 ExtDiv = Builder.CreateSDiv(ExtDividend, ExtDivisor);
  /external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp 40 Value *Div = Builder.CreateSDiv(A, B);
  /external/llvm/include/llvm/IR/
IRBuilder.h 651 Value *CreateSDiv(Value *LHS, Value *RHS, const Twine &Name = "",
655 return Insert(Folder.CreateSDiv(LC, RC, isExact), Name);
657 return Insert(BinaryOperator::CreateSDiv(LHS, RHS), Name);
661 return CreateSDiv(LHS, RHS, Name, true);
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 611 DSTr = Builder.CreateSDiv(Tmp3, Tmp6);
612 DSTi = Builder.CreateSDiv(Tmp9, Tmp6);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 932 return BinaryOperator::CreateSDiv(Sub->getOperand(1),
    [all...]
InstCombineCompares.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 776 milliseconds