Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12455 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
12458 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - in visitZERO_EXTEND()
12459 InnerZExt.getOperand(0).getValueSizeInBits(); in visitZERO_EXTEND()