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

  /external/llvm/include/llvm/Support/
NoFolder.h 92 return BinaryOperator::CreateExactUDiv(LHS, RHS);
94 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const {
95 return BinaryOperator::CreateExactUDiv(LHS, RHS);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 127 Value *ShortQuotientV = FastBuilder.CreateExactUDiv(ShortDividendV,
  /external/llvm/include/llvm/IR/
IRBuilder.h 646 return Insert(BinaryOperator::CreateExactUDiv(LHS, RHS), Name);
648 Value *CreateExactUDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]

Completed in 61 milliseconds