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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 2463     assert(RetWidth <= ArgWidth && "Unexpected input/return vector widths");
 2476       if (RetWidth < ArgWidth) {
 2478         for (unsigned i = 0; i != RetWidth; ++i)
 2485           VectorType::get(Type::getHalfTy(II->getContext()), RetWidth);
 2493     if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) {