Home
last modified time | relevance | path

Searched refs:UserBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1079 unsigned UserBits = UserI->getType()->getScalarSizeInBits(); in isFoldableLoad() local
1081 TruncBits = UserBits; in isFoldableLoad()
1083 SExtBits = UserBits; in isFoldableLoad()
1085 ZExtBits = UserBits; in isFoldableLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50038 ArrayRef<APInt> Bits, ArrayRef<APInt> UserBits) { in combineLoad() argument
50042 if (UserUndefs[I] || Bits[I] != UserBits[I]) in combineLoad()
50058 SmallVector<APInt> Bits, UserBits; in combineLoad() local
50064 UserUndefs, UserBits)) { in combineLoad()
50065 if (MatchingBits(Undefs, UserUndefs, Bits, UserBits)) { in combineLoad()