Searched refs:SMSize1 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 593 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in PerformORCombine() local 609 !IsShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)) in PerformORCombine() 613 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in PerformORCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 735 uint64_t SMPos0, SMSize0, SMPos1, SMSize1; in performORCombine() local 751 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)) in performORCombine() 755 if (SMPos0 != SMPos1 || SMSize0 != SMSize1) in performORCombine()
|