Searched refs:getVecTypeForPair (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp464 static inline VectorType *getVecTypeForPair(Type *ElemTy, Type *Elem2Ty) { function in struct:__anon26367::BBVectorize
993 Type *VType = getVecTypeForPair(aTypeI, aTypeJ);
1038 Type *VT1 = getVecTypeForPair(IT1, JT1),
1039 *VT2 = getVecTypeForPair(IT2, JT2);
1135 Tys.push_back(getVecTypeForPair(CI->getArgOperand(i)->getType(),
1139 Type *RetTy = getVecTypeForPair(IT1, JT1);
1944 Type *VTy = getVecTypeForPair(Ty1, Ty2);
1976 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2065 Type *VTy = getVecTypeForPair(Ty1, Ty2);
2309 Type *VArgType = getVecTypeForPair(ArgType
[all...]

Completed in 53 milliseconds