Searched defs:CondStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp102 StringRef CondStr = SFI.TheDef->getValueAsString("CondString"); local
105 OS << " if (" << CondStr << ")\n"; local

Completed in 87 milliseconds