Home
last modified time | relevance | path

Searched refs:TrueWhenEqual (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3670 bool TrueWhenEqual = (Cond->getOpcode() == Instruction::Or); in SimplifyBranchOnICmpChain() local
3688 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()
3707 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2432 bool TrueWhenEqual = in foldICmpSelectConstant() local
2450 if (TrueWhenEqual) in foldICmpSelectConstant()