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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10787 EVT TrTy = N->getValueType(0); local
10790 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits();
10792 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, SizeRatio * NumElem);
10802 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, TrTy,

Completed in 266 milliseconds