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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 56 unsigned getTiedOperand() const {
115 /// getTiedOperand - If this operand is tied to another one, return the
120 if (CI.isTied()) return CI.getTiedOperand();
  /external/clang/include/clang/Basic/
TargetInfo.h 430 /// then getTiedOperand will indicate which output operand this is tied to.
432 unsigned getTiedOperand() const {

Completed in 367 milliseconds