Searched refs:RetVF (Results 1 – 1 of 1) sorted by relevance
1009 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable1010 assert((RetVF == 1 || VF == 1) && "VF > 1 and RetVF is a vector type");1030 if (RetVF > 1 || VF > 1) {1100 if (RetVF > 1)1101 CondTy = VectorType::get(CondTy, RetVF);