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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 101 return BinaryOperator::CreateExactSDiv(LHS, RHS);
103 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const {
104 return BinaryOperator::CreateExactSDiv(LHS, RHS);
IRBuilder.h 579 return Insert(BinaryOperator::CreateExactSDiv(LHS, RHS), Name);
581 Value *CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
NoFolder.h 117 return BinaryOperator::CreateExactSDiv(LHS, RHS);
120 Instruction *CreateExactSDiv(Constant *LHS, Constant *RHS) const {
121 return BinaryOperator::CreateExactSDiv(LHS, RHS);
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 564 milliseconds