Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10364 EVT TruncateType = Inst->getValueType(0); in isLegal() local
10365 if (TruncateType != SliceType && in isLegal()
10366 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12899 EVT TruncateType = Inst->getValueType(0); in isLegal() local
12900 if (TruncateType != SliceType && in isLegal()
12901 !TLI.isOperationLegal(ISD::ZERO_EXTEND, TruncateType)) in isLegal()