Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1983 SDValue PreZExt; in SimplifySetCC() local
1987 PreZExt = N0->getOperand(0); in SimplifySetCC()
1993 PreZExt = N0->getOperand(0); in SimplifySetCC()
1999 PreZExt = N0; in SimplifySetCC()
2008 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreZExt); in SimplifySetCC()