Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:EltVT

3071     EVT EltVT = VT.isVector() ? VT.getVectorElementType() : VT;
3072 return DAG.getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), VT);
4753 EVT EltVT = VT.getVectorElementType();
4755 DAG.getConstant(1, EltVT));
9250 EVT EltVT = RVT.getVectorElementType();
9252 DAG.getConstant(0, EltVT));
9350 EVT EltVT = Op.getValueType();
9351 SDValue FoldOp = DAG.getNode(N->getOpcode(), N0.getDebugLoc(), EltVT, Op);