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

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 112 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor);
129 Value *ShortRemainderV = FastBuilder.CreateURem(ShortDividendV,
IntegerDivision.cpp 51 Value *URem = Builder.CreateURem(UDividend, UDivisor);
463 ExtRem = Builder.CreateURem(ExtDividend, ExtDivisor);
LoopUnrollRuntime.cpp 284 BinaryOperator::CreateURem(TripCount,
  /external/llvm/include/llvm/Support/
NoFolder.h 109 Instruction *CreateURem(Constant *LHS, Constant *RHS) const {
110 return BinaryOperator::CreateURem(LHS, RHS);
ConstantFolder.h 66 Constant *CreateURem(Constant *LHS, Constant *RHS) const {
TargetFolder.h 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const {
  /external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp 130 Value *Rem = Builder.CreateURem(A, B);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 206 Rem = Builder->CreateURem(Op0BO, Op1BO);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 668 Value *CreateURem(Value *LHS, Value *RHS, const Twine &Name = "") {
671 return Insert(Folder.CreateURem(LC, RC), Name);
672 return Insert(BinaryOperator::CreateURem(LHS, RHS), Name);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 2634 milliseconds