Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp540 if (Opcode == Instruction::Add && Flags.AllKnownNonNegative && Flags.HasNSW) in LinearizeExprTree()
541 Flags.AllKnownNonNegative &= isKnownNonNegative(V, SimplifyQuery(DL)); in LinearizeExprTree()
546 (Flags.HasNUW || (Flags.HasNSW && Flags.AllKnownNonNegative))) { in LinearizeExprTree()
548 if (Flags.HasNSW && Flags.AllKnownNonNegative) in LinearizeExprTree()
549 Flags.AllKnownNonNegative &= isKnownNonNegative(V, SimplifyQuery(DL)); in LinearizeExprTree()
H A DLICM.cpp2885 Flags.AllKnownNonNegative = false; in hoistBOAssociation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h602 bool AllKnownNonNegative = true; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4379 if (HasNSW && (AllKnownNonNegative || HasNUW)) in applyFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2046 Flags.AllKnownNonNegative = false; in foldBinopWithRecurrence()