HomeSort by: relevance | last modified time | path
    Searched defs:isInput (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InlineAsm.h 94 isInput, // 'x'
123 ConstraintPrefix Type = isInput;
  /src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp 170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) {
346 if (isInput(PrefixesUnion, Str))
399 if (isInput(PrefixesUnion, Str))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 221 bool Dependence::isInput() const {
604 else if (isInput())

Completed in 34 milliseconds