Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1220 APInt Other_umax = Other.getUnsignedMax(); in shl() local
1224 if (Other_umax.isNullValue()) in shl()
1227 if (Other_umax.ugt(max.countLeadingZeros())) in shl()
1234 max <<= Other_umax; in shl()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1322 APInt Other_umax = Other.getUnsignedMax(); in shl() local
1326 if (Other_umax.isNullValue()) in shl()
1329 if (Other_umax.ugt(max.countLeadingZeros())) in shl()
1336 max <<= Other_umax; in shl()