Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11315 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
11318 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - in visitZERO_EXTEND()
11319 InnerZExt.getOperand(0).getValueSizeInBits(); in visitZERO_EXTEND()