Searched refs:LoadedBits (Results 1 – 1 of 1) sorted by relevance
1076 unsigned LoadedBits = getScalarSizeInBits(Ld->getType()); in isFoldableLoad() local1102 ((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()