Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ElementSize

3196       // N = N + Idx * ElementSize;
3197 APInt ElementSize = APInt(TLI->getPointerTy().getSizeInBits(),
3207 if (ElementSize != 1) {
3208 if (ElementSize.isPowerOf2()) {
3209 unsigned Amt = ElementSize.logBase2();
3214 SDValue Scale = DAG.getConstant(ElementSize, IdxN.getValueType());