Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1026 unsigned LoadedBits = getScalarSizeInBits(Ld->getType()); in isFoldableLoad() local
1052 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad()
1057 if (LoadedBits == 32 && ZExtBits == 64) in isFoldableLoad()
1062 if (LoadedBits == 16 && in isFoldableLoad()
1071 if (LoadedBits == 32 && SExtBits == 64) in isFoldableLoad()