Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp666 Res = LHS.Val.ushl_ov(RHS.Val, Overflow); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h962 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h938 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1105 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1076 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp949 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
/external/llvm/lib/Support/
DAPInt.cpp2074 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2048 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1950 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt