Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1321 Type *Ty0 = cast<Instruction>(VL0)->getOperand(0)->getType(); in buildTree_rec() local
1324 if (Ty0 != CurTy) { in buildTree_rec()
3465 Type *Ty0 = I0->getType(); in tryToVectorizeList() local
3466 unsigned Sz = DL.getTypeSizeInBits(Ty0); in tryToVectorizeList()
DLoopVectorize.cpp4182 static Type* getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument
4183 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()
4185 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()
4186 return Ty0; in getWiderType()