Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp606 Res = LHS.Val.ushl_ov(RHS.Val, Overflow); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h957 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1052 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
/external/llvm/lib/Support/
DAPInt.cpp2080 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt