Searched refs:LHSLoVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 4199 EVT LHSLoVT, LHSHiVT; in SplitVecOp_FPOpDifferentTypes() 4200 std::tie(LHSLoVT, LHSHiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecOp_FPOpDifferentTypes() 4202 if (!isTypeLegal(LHSLoVT) || !isTypeLegal(LHSHiVT)) in SplitVecOp_FPOpDifferentTypes() 4207 DAG.SplitVector(N->getOperand(0), DL, LHSLoVT, LHSHiVT); in SplitVecOp_FPOpDifferentTypes() 4212 SDValue Lo = DAG.getNode(N->getOpcode(), DL, LHSLoVT, LHSLo, RHSLo); in SplitVecOp_FPOpDifferentTypes() 4195 EVT LHSLoVT, LHSHiVT; SplitVecOp_FPOpDifferentTypes() local
|