Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2286 SDValue PreExt; in SimplifySetCC() local
2291 PreExt = N0->getOperand(0); in SimplifySetCC()
2297 PreExt = N0->getOperand(0); in SimplifySetCC()
2302 PreExt = N0->getOperand(0); in SimplifySetCC()
2308 PreExt = N0; in SimplifySetCC()
2312 PreExt = N0; in SimplifySetCC()
2328 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()