Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2044 bool TrueWhenEqual = true; in SimplifyBranchOnICmpChain() local
2054 TrueWhenEqual = false; in SimplifyBranchOnICmpChain()
2076 if (!TrueWhenEqual) std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
2092 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3277 bool TrueWhenEqual = (Cond->getOpcode() == Instruction::Or); in SimplifyBranchOnICmpChain() local
3295 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()
3314 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()