Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3598 static Type* getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument
3599 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()
3601 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()
3602 return Ty0; in getWiderType()
DSLPVectorizer.cpp1267 Type *Ty0 = cast<Instruction>(VL0)->getOperand(0)->getType(); in buildTree_rec() local
1270 if (Ty0 != CurTy) { in buildTree_rec()
3341 Type *Ty0 = I0->getType(); in tryToVectorizeList() local
3342 unsigned Sz = DL.getTypeSizeInBits(Ty0); in tryToVectorizeList()