Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20369 EVT TruncateType = Inst->getValueType(0); in isLegal() local
20370 if (TruncateType != SliceType && in isLegal()
20371 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()