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

  /external/llvm/include/llvm/IR/
NoFolder.h 63 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
64 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h 808 Value *CreateNSWSub(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 63 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
64 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h 528 Value *CreateNSWSub(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 70 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const {
71 return BinaryOperator::CreateNSWSub(LHS, RHS);
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 1004 milliseconds