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

References

lib/Target/X86/X86ISelLowering.cpp
17422     Vec = extract128BitVector(Vec, IdxVal, DAG, dl);
17430     IdxVal &= ElemsPerChunk - 1;
17432                        DAG.getIntPtrConstant(IdxVal, dl));
17442     if (IdxVal == 0 && !MayFoldIntoZeroExtend(Op) &&
17463     int DWordIdx = IdxVal / 4;
17468       int ShiftVal = (IdxVal % 4) * 8;
17475     int WordIdx = IdxVal / 2;
17479     int ShiftVal = (IdxVal % 2) * 8;
17487     if (IdxVal == 0)
17491     int Mask[4] = { static_cast<int>(IdxVal), -1, -1, -1 };
17501     if (IdxVal == 0)