Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3583 SDValue PreExt; in SimplifySetCC() local
3588 PreExt = N0->getOperand(0); in SimplifySetCC()
3594 PreExt = N0->getOperand(0); in SimplifySetCC()
3599 PreExt = N0->getOperand(0); in SimplifySetCC()
3605 PreExt = N0; in SimplifySetCC()
3609 PreExt = N0; in SimplifySetCC()
3625 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()