Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp351 bool IsDecreasing = ((Opc == Instruction::Sub) && !NegImm) || in isSafeOverflow() local
353 if (!IsDecreasing) in isSafeOverflow()