Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7200 SDValue Extendee = Ext->getOperand(0); in visitAND() local
7202 unsigned ScalarWidth = Extendee.getValueType().getScalarSizeInBits(); in visitAND()
7208 DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), ExtVT, Extendee); in visitAND()
14593 SDValue Extendee = InnerExt->getOperand(0); in visitSIGN_EXTEND_INREG() local
14595 if (ExtVTBits == Extendee.getValueType().getScalarSizeInBits() && in visitSIGN_EXTEND_INREG()
14599 DAG.getNode(ISD::SIGN_EXTEND, SDLoc(N), InnerExtVT, Extendee); in visitSIGN_EXTEND_INREG()