Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SVT

511   EVT SVT = getSetCCResultType(N->getOperand(0).getValueType());
517 if (!TLI.isTypeLegal(SVT))
518 SVT = NVT;
521 assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
536 SDValue SetCC = DAG.getNode(N->getOpcode(), dl, SVT, LHS, RHS,
539 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
895 EVT SVT = getSetCCResultType(MVT::Other);
896 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), SVT);
988 EVT SVT = getSetCCResultType(N->getOpcode() == ISD::SELECT ?
990 Cond = PromoteTargetBoolean(Cond, SVT);