Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3430 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan() local
3437 if (AIsConstantInsn != BIsConstantInsn) in isHigherPriorityThan()
3438 return AIsConstantInsn < BIsConstantInsn; in isHigherPriorityThan()
3444 if (BOM && BIsConstantInsn && (Kind == OPM_Int || Kind == OPM_LiteralInt)) in isHigherPriorityThan()