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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5383 EVT TrTy = N->getValueType(0); local
5386 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits();
5388 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, SizeRatio * NumElem);
5401 N->getDebugLoc(), TrTy, V,

Completed in 138 milliseconds