HomeSort by: relevance | last modified time | path
    Searched refs:OpSVT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 9838 EVT OpSVT = OpVT.getScalarType();
9839 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts);
DAGCombiner.cpp 19845 EVT OpSVT = Op.getOperand(0).getValueType();
19846 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT;

Completed in 42 milliseconds