Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4446 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local
4447 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()
4769 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local
4771 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
4773 if (c1 + c2 >= InnerShiftSize) in visitSRL()