reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2459 auto ArgType = cast<VectorType>(Arg->getType()); 2471 if (isa<ConstantAggregateZero>(Arg)) 2474 if (isa<ConstantDataVector>(Arg)) { 2475 auto VectorHalfAsShorts = Arg; 2481 Arg, UndefValue::get(ArgType), SubVecMask); 2493 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) {