Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CondVT

310     EVT CondVT = Cond.getValueType();
318 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
319 Cond, DAG.getConstant(1, SDLoc(N), CondVT));
325 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
2941 EVT CondVT = Cond1.getValueType();
2942 if (CondVT.isVector()) {
2943 EVT CondEltVT = CondVT.getVectorElementType();
2946 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
2954 if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) {