Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ArgType

1060     auto ArgType = cast<VectorType>(Arg->getType());
1062 unsigned ArgWidth = ArgType->getNumElements();
1065 assert(ArgType->isIntOrIntVectorTy() &&
1066 ArgType->getScalarSizeInBits() == 16 &&
1082 Arg, UndefValue::get(ArgType), SubVecMask);