Searched refs:isCRBitMask (Results 1 – 7 of 7) sorted by relevance
309 assert(isCRBitMask() && "Invalid access!"); in getCRBitMask()427 bool isCRBitMask() const { return Kind == Immediate && isUInt<8>(getImm()) && in isCRBitMask() function
302 assert(isCRBitMask() && "Invalid access!"); in getCRBitMask()403 bool isCRBitMask() const { return Kind == Immediate && isUInt<8>(getImm()) && in isCRBitMask() function
445 assert(isCRBitMask() && "Invalid access!"); in getCRBitMask()546 bool isCRBitMask() const { return Kind == Immediate && isUInt<8>(getImm()) && in isCRBitMask() function
633 let Name = "CRBitMask"; let PredicateMethod = "isCRBitMask";
770 let Name = "CRBitMask"; let PredicateMethod = "isCRBitMask";
895 let Name = "CRBitMask"; let PredicateMethod = "isCRBitMask";
3375 DiagnosticPredicate DP(Operand.isCRBitMask());