Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h133 static bool mayHaveIntegerOverflow() { return false; } in mayHaveIntegerOverflow() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp49 bool mayHaveIntegerOverflow() const { in mayHaveIntegerOverflow() function
56 assert(!cir::MissingFeatures::mayHaveIntegerOverflow()); in mayHaveIntegerOverflow()
1291 if (!op.mayHaveIntegerOverflow()) in canElideOverflowCheck()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp71 bool mayHaveIntegerOverflow(llvm::ConstantInt *LHS, llvm::ConstantInt *RHS, in mayHaveIntegerOverflow() function
105 bool mayHaveIntegerOverflow() const { in mayHaveIntegerOverflow() function
113 return ::mayHaveIntegerOverflow( in mayHaveIntegerOverflow()
199 if (!Op.mayHaveIntegerOverflow()) in CanElideOverflowCheck()
3979 Ops.mayHaveIntegerOverflow()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
4007 (Ops.mayHaveIntegerDivisionByZero() || Ops.mayHaveIntegerOverflow())) { in EmitDiv()
4056 (Ops.mayHaveIntegerDivisionByZero() || Ops.mayHaveIntegerOverflow())) { in EmitRem()
6005 bool HasOverflow = mayHaveIntegerOverflow(LHSCI, RHSCI, Opcode, in EmitGEPOffsetInBytes()