Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4505 SDValue PreExt; in SimplifySetCC() local
4510 PreExt = N0->getOperand(0); in SimplifySetCC()
4516 PreExt = N0->getOperand(0); in SimplifySetCC()
4521 PreExt = N0->getOperand(0); in SimplifySetCC()
4527 PreExt = N0; in SimplifySetCC()
4531 PreExt = N0; in SimplifySetCC()
4545 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()