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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4983 SDValue InnerZExt = N0.getOperand(0); local
4986 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() -
4987 InnerZExt.getOperand(0).getValueType().getSizeInBits();

Completed in 174 milliseconds