HomeSort by relevance Sort by last modified time
    Searched defs:CreateExactUDiv (Results 1 - 2 of 2) 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...]

Completed in 434 milliseconds