Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1428 SDValue PreExt; in SimplifySetCC() local
1433 PreExt = N0->getOperand(0); in SimplifySetCC()
1439 PreExt = N0->getOperand(0); in SimplifySetCC()
1444 PreExt = N0->getOperand(0); in SimplifySetCC()
1450 PreExt = N0; in SimplifySetCC()
1454 PreExt = N0; in SimplifySetCC()
1470 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()