Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp555 bool KnownCond; in ComputeValueKnownInPredecessors() local
558 KnownCond = CI->isOne(); in ComputeValueKnownInPredecessors()
564 KnownCond = (TrueVal != 0); in ComputeValueKnownInPredecessors()
568 if (Constant *Val = KnownCond ? TrueVal : FalseVal) in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp634 bool KnownCond; in ComputeValueKnownInPredecessors() local
637 KnownCond = CI->isOne(); in ComputeValueKnownInPredecessors()
643 KnownCond = (TrueVal != nullptr); in ComputeValueKnownInPredecessors()
647 if (Constant *Val = KnownCond ? TrueVal : FalseVal) in ComputeValueKnownInPredecessors()