Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3313 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSHL() local
3314 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()
3557 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local
3559 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
3560 if (c1 + c2 >= InnerShiftSize) in visitSRL()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4493 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local
4494 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()
4815 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local
4817 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
4819 if (c1 + c2 >= InnerShiftSize) in visitSRL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6398 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local
6399 if (c2.uge(OpSizeInBits - InnerShiftSize)) { in visitSHL()
6763 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL() local
6765 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
6767 if (c1 + c2 >= InnerShiftSize) in visitSRL()