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

  /external/llvm/include/llvm/IR/
NoFolder.h 92 return BinaryOperator::CreateExactUDiv(LHS, RHS);
94 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const {
95 return BinaryOperator::CreateExactUDiv(LHS, RHS);
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 128 Value *ShortQuotientV = FastBuilder.CreateExactUDiv(ShortDividendV,
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 96 milliseconds