HomeSort by relevance Sort by last modified time
    Searched defs:getOpcode (Results 101 - 125 of 451) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 280 BinaryOperator::Opcode getOpcode() const { return Op; }
315 Profile(ID, LHS, getOpcode(), RHS, getType());
350 Profile(ID, LHS, getOpcode(), RHS, getType());
384 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
Instruction.h 117 unsigned getOpcode() const { return getValueID() - InstructionVal; }
119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
120 bool isTerminator() const { return isTerminator(getOpcode()); }
121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
122 bool isShift() { return isShift(getOpcode()); }
123 bool isCast() const { return isCast(getOpcode()); }
124 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
143 return getOpcode() == Shl || getOpcode() == LShr;
148 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 385 Opcode getOpcode() const { return Op; }
542 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h     [all...]
Instruction.h 121 unsigned getOpcode() const { return getValueID() - InstructionVal; }
123 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
124 bool isTerminator() const { return isTerminator(getOpcode()); }
125 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
126 bool isShift() { return isShift(getOpcode()); }
127 bool isCast() const { return isCast(getOpcode()); }
128 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
147 return getOpcode() == Shl || getOpcode() == LShr;
152 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h     [all...]
Instruction.h 121 unsigned getOpcode() const { return getValueID() - InstructionVal; }
123 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
124 bool isTerminator() const { return isTerminator(getOpcode()); }
125 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
126 bool isShift() { return isShift(getOpcode()); }
127 bool isCast() const { return isCast(getOpcode()); }
128 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
147 return getOpcode() == Shl || getOpcode() == LShr;
152 return getOpcode() == AShr
    [all...]

Completed in 943 milliseconds

1 2 3 45 6 7 8 91011>>