Searched refs:TrueWhenEqual (Results 1 – 4 of 4) sorted by relevance
2044 bool TrueWhenEqual = true; in SimplifyBranchOnICmpChain() local2054 TrueWhenEqual = false; in SimplifyBranchOnICmpChain()2076 if (!TrueWhenEqual) std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()2092 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
3670 bool TrueWhenEqual = (Cond->getOpcode() == Instruction::Or); in SimplifyBranchOnICmpChain() local3688 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()3707 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
3277 bool TrueWhenEqual = (Cond->getOpcode() == Instruction::Or); in SimplifyBranchOnICmpChain() local3295 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()3314 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
2432 bool TrueWhenEqual = in foldICmpSelectConstant() local2450 if (TrueWhenEqual) in foldICmpSelectConstant()