Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13076 llvm::APInt RightSideValue = RHSInt->getValue(); in diagnoseXorMisusedAsPow() local
13080 if (LeftSideValue.getBitWidth() != RightSideValue.getBitWidth()) in diagnoseXorMisusedAsPow()
13104 RightSideValue = -RightSideValue; in diagnoseXorMisusedAsPow()
13125 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow()
13126 int64_t RightSideIntValue = RightSideValue.getSExtValue(); in diagnoseXorMisusedAsPow()
13131 llvm::APInt PowValue = One.sshl_ov(RightSideValue, Overflow); in diagnoseXorMisusedAsPow()