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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1074 unsigned LoadedBits = getScalarSizeInBits(Ld->getType()); local
1100 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits));
1105 if (LoadedBits == 32 && ZExtBits == 64)
1110 if (LoadedBits == 16 &&
1119 if (LoadedBits == 32 && SExtBits == 64)

Completed in 137 milliseconds