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

  /external/clang/include/clang/Basic/
TargetInfo.h 568 bool hasTiedOperand() const { return TiedOperand != -1; }
570 assert(hasTiedOperand() && "Has no tied operand!");
  /external/clang/lib/Basic/
TargetInfo.cpp 567 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
587 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 399 if (!Info.hasTiedOperand()) continue;
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 103 milliseconds