Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1031 unsigned UserBits = UserI->getType()->getScalarSizeInBits(); in isFoldableLoad() local
1033 TruncBits = UserBits; in isFoldableLoad()
1035 SExtBits = UserBits; in isFoldableLoad()
1037 ZExtBits = UserBits; in isFoldableLoad()