Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12240 llvm::APInt RightSideValue = RHSInt->getValue(); in diagnoseXorMisusedAsPow() local
12244 if (LeftSideValue.getBitWidth() != RightSideValue.getBitWidth()) in diagnoseXorMisusedAsPow()
12268 RightSideValue = -RightSideValue; in diagnoseXorMisusedAsPow()
12289 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow()
12290 int64_t RightSideIntValue = RightSideValue.getSExtValue(); in diagnoseXorMisusedAsPow()
12295 llvm::APInt PowValue = One.sshl_ov(RightSideValue, Overflow); in diagnoseXorMisusedAsPow()