OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willNotOverflow
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
391
static bool
willNotOverflow
(BinaryOpIntrinsic *BO, LazyValueInfo *LVI) {
580
if (WO->getLHS()->getType()->isIntegerTy() &&
willNotOverflow
(WO, LVI)) {
586
if (SI->getType()->isIntegerTy() &&
willNotOverflow
(SI, LVI)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
425
static bool
willNotOverflow
(ScalarEvolution *SE, Instruction::BinaryOps BinOp,
464
if (!
willNotOverflow
(SE, WO->getBinaryOp(), WO->isSigned(), LHS, RHS))
505
if (!
willNotOverflow
(SE, SI->getBinaryOp(), SI->isSigned(), LHS, RHS))
773
willNotOverflow
(SE, BO->getOpcode(), /* Signed */ false, LHS, RHS)) {
780
willNotOverflow
(SE, BO->getOpcode(), /* Signed */ true, LHS, RHS)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
307
bool
willNotOverflow
(BinaryOperator::BinaryOps Opcode, const Value *LHS,
InstructionCombining.cpp
1801
if (!
willNotOverflow
(BO.getOpcode(), X, Y, BO, IsSext))
Completed in 22 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026