Searched refs:OPM_Int (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1056 /// but OPM_Int must have priority over OPM_RegBank since constant integers
1077 OPM_Int, enumerator in enum:__anon2930::PredicateMatcher::PredicateKind
1369 : OperandPredicateMatcher(OPM_Int, InsnVarID, OpIdx), Value(Value) {}
1377 return P->getKind() == OPM_Int;
3237 if (AOM && AIsConstantInsn && (B.Kind == OPM_Int || B.Kind == OPM_LiteralInt))
3239 if (BOM && BIsConstantInsn && (Kind == OPM_Int || Kind == OPM_LiteralInt))

Completed in 116 milliseconds