HomeSort by relevance Sort by last modified time
    Searched refs:CreateSDiv (Results 1 - 14 of 14) 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/clang/lib/CodeGen/
CGExprComplex.cpp 584 DSTr = Builder.CreateSDiv(Tmp3, Tmp6);
585 DSTi = Builder.CreateSDiv(Tmp9, Tmp6);
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 648 Value *CreateSDiv(Value *LHS, Value *RHS, const Twine &Name = "",
652 return Insert(Folder.CreateSDiv(LC, RC, isExact), Name);
654 return Insert(BinaryOperator::CreateSDiv(LHS, RHS), Name);
658 return CreateSDiv(LHS, RHS, Name, true);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 789 return BinaryOperator::CreateSDiv(Sub->getOperand(1),
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 322 milliseconds