Searched refs:PartResVT (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4119 EVT PartResVT = EVT::getVectorVT(Context, MVT::i1, PartEltCnt); in SplitVecOp_VSETCC() local 4123 LoRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Lo0, Lo1, N->getOperand(2)); in SplitVecOp_VSETCC() 4124 HiRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Hi0, Hi1, N->getOperand(2)); in SplitVecOp_VSETCC() 4127 DAG.getVTList(PartResVT, N->getValueType(1)), in SplitVecOp_VSETCC() 4130 DAG.getVTList(PartResVT, N->getValueType(1)), in SplitVecOp_VSETCC() 4141 LoRes = DAG.getNode(ISD::VP_SETCC, DL, PartResVT, Lo0, Lo1, in SplitVecOp_VSETCC() 4143 HiRes = DAG.getNode(ISD::VP_SETCC, DL, PartResVT, Hi0, Hi1, in SplitVecOp_VSETCC()
|