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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4035 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); local
4036 if (c2 >= OpSizeInBits - InnerShiftSize) {
4313 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); local
4315 if (c1 + OpSizeInBits == InnerShiftSize) {
4316 if (c1 + c2 >= InnerShiftSize)

Completed in 88 milliseconds