Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3476 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan() local
3484 if (AIsConstantInsn != BIsConstantInsn) in isHigherPriorityThan()
3485 return AIsConstantInsn < BIsConstantInsn; in isHigherPriorityThan()
3489 if (AOM && AIsConstantInsn && (B.Kind == OPM_Int || B.Kind == OPM_LiteralInt)) in isHigherPriorityThan()