HomeSort by relevance Sort by last modified time
    Searched refs:CreateExactUDiv (Results 1 - 2 of 2) 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);
IRBuilder.h 567 return Insert(BinaryOperator::CreateExactUDiv(LHS, RHS), Name);
569 Value *CreateExactUDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]

Completed in 21 milliseconds