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

  /external/llvm/include/llvm/IR/
InlineAsm.h 136 /// hasMatchingInput - Return true if this is an output constraint that has
138 bool hasMatchingInput() const { return MatchingInput != -1; }
  /external/llvm/lib/IR/
InlineAsm.cpp 176 if (ConstraintsSoFar[N].hasMatchingInput())
  /external/clang/include/clang/Basic/
TargetInfo.h 479 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; }
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 71 milliseconds