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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3638 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); local
3639 if (c2 >= OpSizeInBits - InnerShiftSize) {
3884 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); local
3886 if (c1 + OpSizeInBits == InnerShiftSize) {
3887 if (c1 + c2 >= InnerShiftSize)

Completed in 83 milliseconds