Home
last modified time | relevance | path

Searched refs:RetVF (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1009 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1); variable
1010 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);