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.cpp4562 SDValue PreExt; in SimplifySetCC() local
4567 PreExt = N0->getOperand(0); in SimplifySetCC()
4573 PreExt = N0->getOperand(0); in SimplifySetCC()
4578 PreExt = N0->getOperand(0); in SimplifySetCC()
4584 PreExt = N0; in SimplifySetCC()
4588 PreExt = N0; in SimplifySetCC()
4602 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()