Home
last modified time | relevance | path

Searched refs:GoodOpName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp434 StringRef GoodOpName; in inferNamedOperandType() local
444 if (GoodOpName.empty() && LookupRes.Found) in inferNamedOperandType()
445 GoodOpName = *It; in inferNamedOperandType()
448 if (!GoodOpName.empty()) in inferNamedOperandType()
449 return PatternType::getTypeOf(GoodOpName); in inferNamedOperandType()