Searched refs:ValLen (Results 1 – 1 of 1) sorted by relevance
2927 unsigned ValLen = ValTy.getVectorNumElements(); in appendUndef() local2929 if (ValLen == ResLen) in appendUndef()2933 assert(ValLen < ResLen); in appendUndef()2934 assert(ResLen % ValLen == 0); in appendUndef()2937 for (unsigned i = 1, e = ResLen / ValLen; i < e; ++i) in appendUndef()