Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2917 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan() local
2925 if (AIsConstantInsn != BIsConstantInsn) in isHigherPriorityThan()
2926 return AIsConstantInsn < BIsConstantInsn; in isHigherPriorityThan()
2930 if (AOM && AIsConstantInsn && (B.Kind == OPM_Int || B.Kind == OPM_LiteralInt)) in isHigherPriorityThan()