Searched refs:OpSVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9194 EVT OpSVT = OpVT.getScalarType();
9195 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts);
H A DDAGCombiner.cpp18197 EVT OpSVT = Op.getOperand(0).getValueType(); local
18198 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT;

Completed in 364 milliseconds