Searched defs:PreZExt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1289 SDValue PreZExt; local
1293 PreZExt = N0->getOperand(0);
1299 PreZExt = N0->getOperand(0);
1305 PreZExt = N0;
1315 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreZExt);

Completed in 82 milliseconds