Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:elementsize

530       // N = N + Idx * ElementSize;
531 uint64_t ElementSize = DL.getTypeAllocSize(Ty);
539 if (ElementSize != 1) {
540 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);