Searched refs:UserBits (Results 1 – 2 of 2) sorted by relevance
1081 unsigned UserBits = UserI->getType()->getScalarSizeInBits(); in isFoldableLoad() local1083 TruncBits = UserBits; in isFoldableLoad()1085 SExtBits = UserBits; in isFoldableLoad()1087 ZExtBits = UserBits; in isFoldableLoad()
51158 ArrayRef<APInt> Bits, ArrayRef<APInt> UserBits) { in combineConstantPoolLoads() argument51162 if (UserUndefs[I] || Bits[I] != UserBits[I]) in combineConstantPoolLoads()51190 SmallVector<APInt> Bits, UserBits; in combineConstantPoolLoads() local51196 UserUndefs, UserBits)) { in combineConstantPoolLoads()51197 if (MatchingBits(Undefs, UserUndefs, Bits, UserBits)) { in combineConstantPoolLoads()