Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12962 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
12965 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - in visitZERO_EXTEND()
12966 InnerZExt.getOperand(0).getValueSizeInBits(); in visitZERO_EXTEND()