HomeSort by relevance Sort by last modified time
    Searched refs:CreateExactSDiv (Results 1 - 5 of 5) 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/lib/IR/
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 104 milliseconds