Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14692 EVT AbsVT = Abs.getValueType(); in widenAbs() local
14694 if (TLI.getTypeAction(*DAG.getContext(), AbsVT) != in widenAbs()
14698 EVT LegalVT = TLI.getTypeToTransformTo(*DAG.getContext(), AbsVT); in widenAbs()