Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10723 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), NarrowVT); in combineShiftToMULH() local
10724 if (TransformVT.getVectorElementType() != NarrowVT.getVectorElementType() || in combineShiftToMULH()
10725 !TLI.isOperationLegalOrCustom(MulhOpcode, TransformVT)) in combineShiftToMULH()
11711 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT); in combineMinNumMaxNumImpl() local
11727 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()
11742 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()