Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp13077 llvm::APInt PowValue = One.sshl_ov(RightSideValue, Overflow); in diagnoseXorMisusedAsPow() local
13091 << toString(PowValue, 10, true) in diagnoseXorMisusedAsPow()