reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  990     Index = Index.zextOrTrunc(32).getLoBits(2);
  990     Index = Index.zextOrTrunc(32).getLoBits(2);
  995       Index.lshrInPlace(1);
 1000     Index += APInt(32, (I / NumLaneElts) * NumLaneElts);
 1002     Indexes[I] = ConstantInt::get(MaskEltTy, Index);