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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10125 SDValue InnerZExt = N0.getOperand(0); local
10128 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() -
10129 InnerZExt.getOperand(0).getValueSizeInBits();

Completed in 193 milliseconds