reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1105 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
2085 APInt Res = ushl_ov(RHS, Overflow);
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp 972 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow);
tools/clang/lib/Lex/PPExpressions.cpp 688 Res = LHS.Val.ushl_ov(RHS.Val, Overflow);
unittests/IR/ConstantRangeTest.cpp 1680 (void)N1.ushl_ov(N2, Overflow);