Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPPExpressions.cpp607 Res = llvm::APSInt(LHS.Val.sshl_ov(ShAmt, Overflow), false); in EvaluateDirectiveSubExpr()
/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h943 APInt sshl_ov(unsigned Amt, bool &Overflow) const;
/trueos/contrib/llvm/lib/Support/
HDAPInt.cpp2048 APInt APInt::sshl_ov(unsigned ShAmt, bool &Overflow) const { in sshl_ov() function in APInt