Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp345 bool IsDecreasing = ((Opc == Instruction::Sub) && !NegImm) || in isSafeWrap() local
347 if (!IsDecreasing) in isSafeWrap()