Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1343 SDValue PreExt; in SimplifySetCC() local
1348 PreExt = N0->getOperand(0); in SimplifySetCC()
1354 PreExt = N0->getOperand(0); in SimplifySetCC()
1359 PreExt = N0->getOperand(0); in SimplifySetCC()
1365 PreExt = N0; in SimplifySetCC()
1369 PreExt = N0; in SimplifySetCC()
1385 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()