Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PtrType

2074           EVT PtrType = Lod->getOperand(1).getValueType();
2077 Ptr = DAG.getNode(ISD::ADD, dl, PtrType, Lod->getBasePtr(),
2078 DAG.getConstant(bestOffset, PtrType));