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

  /external/llvm/include/llvm/IR/
NoFolder.h 101 return BinaryOperator::CreateExactSDiv(LHS, RHS);
103 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const {
104 return BinaryOperator::CreateExactSDiv(LHS, RHS);
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 184 milliseconds