Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10244 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), NarrowVT); in combineShiftToMULH() local
10245 if (TransformVT.getVectorElementType() != NarrowVT.getVectorElementType() || in combineShiftToMULH()
10246 !TLI.isOperationLegalOrCustom(MulhOpcode, TransformVT)) in combineShiftToMULH()
11179 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT); in combineMinNumMaxNumImpl() local
11195 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()
11210 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()