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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4846 SDValue InnerZExt = N0.getOperand(0); local
4849 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() -
4850 InnerZExt.getOperand(0).getValueType().getSizeInBits();

Completed in 202 milliseconds