Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3511 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan() local
3519 if (AIsConstantInsn != BIsConstantInsn) in isHigherPriorityThan()
3520 return AIsConstantInsn < BIsConstantInsn; in isHigherPriorityThan()
3524 if (AOM && AIsConstantInsn && (B.Kind == OPM_Int || B.Kind == OPM_LiteralInt)) in isHigherPriorityThan()