Home | History | Annotate | Download | only in R600

Lines Matching refs:ArgVT

2045     if (Ins[i].ArgVT == Ins[i].VT) {
2051 if (Ins[i].ArgVT.isVector() && !Ins[i].VT.isVector()) {
2053 VT = Ins[i].ArgVT.getVectorElementType();
2054 } else if (Ins[i].VT.isVector() && Ins[i].ArgVT.isVector() &&
2055 Ins[i].ArgVT.getVectorElementType() !=
2058 VT = Ins[i].ArgVT;