Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1121 const auto *AOM = dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan() local
1123 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1130 if (AOM && BOM) in isHigherPriorityThan()