Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10246 EVT TruncateType = Inst->getValueType(0); in isLegal() local
10247 if (TruncateType != SliceType && in isLegal()
10248 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()