Home
last modified time | relevance | path

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

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