Home | History | Annotate | Download | only in src

Lines Matching defs:VecType

1732     Ice::Type VecType = Vec->getType();
1733 if (!Ice::isVectorType(VecType))
1738 if (static_cast<size_t>(C->getValue()) >= typeNumElements(VecType))
2306 Ice::Type VecType = Vec->getType();
2312 StrBuf << ": extractelement " << VecType << " " << *Vec << ", "
2315 appendErrorInstruction(VecType);
2319 Func.get(), getNextInstVar(typeElementType(VecType)), Vec, Index));
2329 Ice::Type VecType = Vec->getType();
2335 StrBuf << ": insertelement " << VecType << " " << *Vec << ", "
2342 if (Ice::typeElementType(VecType) != Elt->getType()) {
2347 << Ice::typeString(VecType);
2353 Func.get(), getNextInstVar(VecType), Vec, Elt, Index));