Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17091 EVT TruncateType = Inst->getValueType(0); in isLegal() local
17092 if (TruncateType != SliceType && in isLegal()
17093 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()