Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Ty

482   Type *Ty = I->getOperand(0)->getType();
487 if (StructType *StTy = dyn_cast<StructType>(Ty)) {
501 Ty = StTy->getElementType(Field);
503 Ty = cast<SequentialType>(Ty)->getElementType();
510 DL.getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->getSExtValue();
531 uint64_t ElementSize = DL.getTypeAllocSize(Ty);