Searched refs:InsertMask (Results 1 – 2 of 2) sorted by relevance
271 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;689 uint64_t InsertMask) const { in detectOrAndInsertion()702 if (InsertMask & AndMask) in detectOrAndInsertion()708 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()711 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
529 unsigned InsertMask = RKZ.getZExtValue(); in SelectBitfieldInsert() local531 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in SelectBitfieldInsert()536 InsertMask = ~InsertMask; in SelectBitfieldInsert()547 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()555 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()560 if (isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()574 bool CanFoldMask = InsertMask == MKO.getZExtValue(); in SelectBitfieldInsert()