HomeSort by: relevance | last modified time | path
    Searched refs:CondStr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetFeatureInfo.cpp 101 StringRef CondStr = SFI.TheDef->getValueAsString("CondString");
102 assert(!CondStr.empty() && "true predicate should have been filtered");
104 OS << " if (" << CondStr << ")\n";
RISCVCompressInstEmitter.cpp 541 static void mergeCondAndCode(raw_ostream &CombinedStream, StringRef CondStr,
544 CondStr = CondStr.drop_front(6).drop_back(4);
545 CombinedStream.indent(4) << "if (" << CondStr << ") {\n";

Completed in 29 milliseconds