Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp894 unsigned LoadedBits = getScalarSizeInBits(Ld->getType()); in isFoldableLoad() local
920 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad()
925 if (LoadedBits == 32 && ZExtBits == 64) in isFoldableLoad()
930 if (LoadedBits == 16 && in isFoldableLoad()
939 if (LoadedBits == 32 && SExtBits == 64) in isFoldableLoad()