Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:TypeSize

626       uint64_t TypeSize = DL.getTypeAllocSize(AI->getAllocatedType());
629 if ((CS->getValue().zextOrSelf(128)*APInt(128, TypeSize)).ugt(MaxSize))