Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp589 Res = llvm::APSInt(LHS.Val.sshl_ov(ShAmt, Overflow), false); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h841 APInt sshl_ov(unsigned Amt, bool &Overflow) const;
/external/llvm/lib/Support/
DAPInt.cpp2008 APInt APInt::sshl_ov(unsigned ShAmt, bool &Overflow) const { in sshl_ov() function in APInt