Lines Matching defs:KnownScl
44101 KnownBits KnownScl;44104 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1))44107 KnownScl = KnownScl.trunc(VecVT.getScalarSizeInBits());44108 Known = KnownVec.intersectWith(KnownScl);