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 486 bool hasTiedOperand() const { return TiedOperand != -1; }
488 assert(hasTiedOperand() && "Has no tied operand!");
  /external/clang/lib/Basic/
TargetInfo.cpp 425 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
445 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 278 if (!Info.hasTiedOperand()) continue;

Completed in 33 milliseconds