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

  /external/clang/lib/Basic/
TargetInfo.cpp 420 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
440 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/include/clang/Basic/
TargetInfo.h 428 /// hasTiedOperand() - Return true if this input operand is a matching
431 bool hasTiedOperand() const { return TiedOperand != -1; }
433 assert(hasTiedOperand() && "Has no tied operand!");
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 42 milliseconds