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.cpp441 StringRef GoodOpName; in inferNamedOperandType() local
451 if (GoodOpName.empty() && LookupRes.Found) in inferNamedOperandType()
452 GoodOpName = *It; in inferNamedOperandType()
455 if (!GoodOpName.empty()) in inferNamedOperandType()
456 return PatternType::getTypeOf(GoodOpName); in inferNamedOperandType()