Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4305 SDValue PreExt; in SimplifySetCC() local
4310 PreExt = N0->getOperand(0); in SimplifySetCC()
4316 PreExt = N0->getOperand(0); in SimplifySetCC()
4321 PreExt = N0->getOperand(0); in SimplifySetCC()
4327 PreExt = N0; in SimplifySetCC()
4331 PreExt = N0; in SimplifySetCC()
4345 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt); in SimplifySetCC()