Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14990 EVT TrTy = N->getValueType(0); in visitTRUNCATE() local
14993 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits(); in visitTRUNCATE()
14996 EVT NVT = EVT::getVectorVT(*DAG.getContext(), TrTy, NewEltCnt); in visitTRUNCATE()
15003 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, TrTy, in visitTRUNCATE()