Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ElementSize

526       // N = N + Idx * ElementSize;
527 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
535 if (ElementSize != 1) {
536 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);