Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp638 bool KnownCond; in ComputeValueKnownInPredecessors() local
641 KnownCond = CI->isOne(); in ComputeValueKnownInPredecessors()
647 KnownCond = (TrueVal != nullptr); in ComputeValueKnownInPredecessors()
651 if (Constant *Val = KnownCond ? TrueVal : FalseVal) in ComputeValueKnownInPredecessors()