Searched refs:UserBits (Results 1 – 2 of 2) sorted by relevance
1226 unsigned UserBits = UserI->getType()->getScalarSizeInBits(); in isFoldableLoad() local1228 TruncBits = UserBits; in isFoldableLoad()1230 SExtBits = UserBits; in isFoldableLoad()1232 ZExtBits = UserBits; in isFoldableLoad()
52870 ArrayRef<APInt> Bits, ArrayRef<APInt> UserBits) { in combineConstantPoolLoads() argument52874 if (UserUndefs[I] || Bits[I] != UserBits[I]) in combineConstantPoolLoads()52902 SmallVector<APInt> Bits, UserBits; in combineConstantPoolLoads() local52908 UserUndefs, UserBits)) { in combineConstantPoolLoads()52909 if (MatchingBits(Undefs, UserUndefs, Bits, UserBits)) { in combineConstantPoolLoads()