Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1076 unsigned LoadedBits = getScalarSizeInBits(Ld->getType()); in isFoldableLoad() local
1102 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); in isFoldableLoad()
1107 if (LoadedBits == 32 && ZExtBits == 64) in isFoldableLoad()
1112 if (LoadedBits == 16 && in isFoldableLoad()
1121 if (LoadedBits == 32 && SExtBits == 64) in isFoldableLoad()