Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4775 SDValue PreExt; in SimplifySetCC() local
4780 PreExt = N0->getOperand(0); in SimplifySetCC()
4786 PreExt = N0->getOperand(0); in SimplifySetCC()
4791 PreExt = N0->getOperand(0); in SimplifySetCC()
4797 PreExt = N0; in SimplifySetCC()
4801 PreExt = N0; in SimplifySetCC()
4815 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()