Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp65 const auto &LHSAP = LHS->getValue(); in mayHaveIntegerOverflow() local
69 Result = LHSAP.sadd_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
71 Result = LHSAP.uadd_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
74 Result = LHSAP.ssub_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
76 Result = LHSAP.usub_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
79 Result = LHSAP.smul_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
81 Result = LHSAP.umul_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()
84 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()