Searched refs:LeftSideValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13747 const llvm::APInt &LeftSideValue = LHSInt->getValue(); local
13749 if (LeftSideValue != 2 && LeftSideValue != 10)
13752 if (LeftSideValue.getBitWidth() != RightSideValue.getBitWidth())
13797 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue;
13799 if (LeftSideValue == 2 && RightSideIntValue >= 0) {
13802 llvm::APInt One = (LeftSideValue - 1);
13824 } else if (LeftSideValue == 10) {

Completed in 262 milliseconds