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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
   55     return IsConstantExtractIndex || C->getSplatValue();
   61     return IsConstantExtractIndex;
   68     if (cheapToScalarize(V0, IsConstantExtractIndex) ||
   69         cheapToScalarize(V1, IsConstantExtractIndex))
   74     if (cheapToScalarize(V0, IsConstantExtractIndex) ||
   75         cheapToScalarize(V1, IsConstantExtractIndex))