Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp348 bool IsDecreasing = ((Opc == Instruction::Sub) && !NegImm) || in isSafeWrap() local
350 if (!IsDecreasing) in isSafeWrap()