Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp13303 llvm::APInt RightSideValue = RHSInt->getValue(); in diagnoseXorMisusedAsPow() local
13307 if (LeftSideValue.getBitWidth() != RightSideValue.getBitWidth()) in diagnoseXorMisusedAsPow()
13331 RightSideValue = -RightSideValue; in diagnoseXorMisusedAsPow()
13352 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow()
13353 int64_t RightSideIntValue = RightSideValue.getSExtValue(); in diagnoseXorMisusedAsPow()
13358 llvm::APInt PowValue = One.sshl_ov(RightSideValue, Overflow); in diagnoseXorMisusedAsPow()