Searched refs:InsertMask (Results 1 – 2 of 2) sorted by relevance
262 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;647 uint64_t InsertMask) const { in detectOrAndInsertion()660 if (InsertMask & AndMask) in detectOrAndInsertion()666 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()669 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
424 unsigned InsertMask = RKZ.getZExtValue(); in SelectBitfieldInsert() local426 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in SelectBitfieldInsert()431 InsertMask = ~InsertMask; in SelectBitfieldInsert()442 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()450 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()455 if (isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()469 bool CanFoldMask = InsertMask == MKO.getZExtValue(); in SelectBitfieldInsert()