Searched refs:CreateExactUDiv (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DNoFolder.h92 return BinaryOperator::CreateExactUDiv(LHS, RHS);
94 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const { function in class:llvm::NoFolder
95 return BinaryOperator::CreateExactUDiv(LHS, RHS);
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp127 Value *ShortQuotientV = FastBuilder.CreateExactUDiv(ShortDividendV,
/external/llvm/include/llvm/
H A DIRBuilder.h611 return Insert(BinaryOperator::CreateExactUDiv(LHS, RHS), Name);
613 Value *CreateExactUDiv(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder

Completed in 1007 milliseconds