Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3558 SDValue PreExt; in SimplifySetCC() local
3563 PreExt = N0->getOperand(0); in SimplifySetCC()
3569 PreExt = N0->getOperand(0); in SimplifySetCC()
3574 PreExt = N0->getOperand(0); in SimplifySetCC()
3580 PreExt = N0; in SimplifySetCC()
3584 PreExt = N0; in SimplifySetCC()
3600 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()