Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp11364 llvm::APInt PowValue = One.sshl_ov(RightSideValue, Overflow); in diagnoseXorMisusedAsPow() local
11377 << PowValue.toString(10, true) in diagnoseXorMisusedAsPow()