Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2567 unsigned Op2Size = Op2.getValueType().getSizeInBits(); in visitShift() local
2571 if (ShiftSize > Op2Size) in visitShift()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2643 unsigned Op2Size = Op2.getValueType().getSizeInBits(); in visitShift() local
2647 if (ShiftSize > Op2Size) in visitShift()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2823 unsigned Op2Size = Op2.getValueSizeInBits(); in visitShift() local
2827 if (ShiftSize > Op2Size) in visitShift()