Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5517 EVT TrTy = N->getValueType(0); in visitTRUNCATE() local
5520 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits(); in visitTRUNCATE()
5522 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, SizeRatio * NumElem); in visitTRUNCATE()
5535 SDLoc(N), TrTy, V, in visitTRUNCATE()