Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10268 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), NarrowVT); in combineShiftToMULH() local
10269 if (TransformVT.getVectorElementType() != NarrowVT.getVectorElementType() || in combineShiftToMULH()
10270 !TLI.isOperationLegalOrCustom(MulhOpcode, TransformVT)) in combineShiftToMULH()
11241 EVT TransformVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT); in combineMinNumMaxNumImpl() local
11257 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()
11272 if (TLI.isOperationLegalOrCustom(Opcode, TransformVT)) in combineMinNumMaxNumImpl()