Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3463 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan() local
3471 if (AIsConstantInsn != BIsConstantInsn) in isHigherPriorityThan()
3472 return AIsConstantInsn < BIsConstantInsn; in isHigherPriorityThan()
3476 if (AOM && AIsConstantInsn && (B.Kind == OPM_Int || B.Kind == OPM_LiteralInt)) in isHigherPriorityThan()