Home
last modified time | relevance | path

Searched refs:RHSCI (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp99 auto *RHSCI = dyn_cast<llvm::ConstantInt>(RHS); in mayHaveIntegerOverflow() local
100 if (!LHSCI || !RHSCI) in mayHaveIntegerOverflow()
105 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
5329 if (auto *RHSCI = dyn_cast<llvm::ConstantInt>(RHS)) { in EmitGEPOffsetInBytes() local
5331 bool HasOverflow = mayHaveIntegerOverflow(LHSCI, RHSCI, Opcode, in EmitGEPOffsetInBytes()