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.cpp19370 EVT TruncateType = Inst->getValueType(0); in isLegal() local
19371 if (TruncateType != SliceType && in isLegal()
19372 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()