Searched refs:KnownCond (Results 1 – 2 of 2) sorted by relevance
555 bool KnownCond; in ComputeValueKnownInPredecessors() local558 KnownCond = CI->isOne(); in ComputeValueKnownInPredecessors()564 KnownCond = (TrueVal != 0); in ComputeValueKnownInPredecessors()568 if (Constant *Val = KnownCond ? TrueVal : FalseVal) in ComputeValueKnownInPredecessors()
634 bool KnownCond; in ComputeValueKnownInPredecessors() local637 KnownCond = CI->isOne(); in ComputeValueKnownInPredecessors()643 KnownCond = (TrueVal != nullptr); in ComputeValueKnownInPredecessors()647 if (Constant *Val = KnownCond ? TrueVal : FalseVal) in ComputeValueKnownInPredecessors()