Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp638 bool ShouldNotVal = !TrueVal->isZero(); in foldSelectICmpAnd() local
639 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
640 if (ShouldNotVal) in foldSelectICmpAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp829 bool ShouldNotVal = !TrueVal->isZero(); in foldSelectICmpAnd() local
830 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
831 if (ShouldNotVal) in foldSelectICmpAnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp198 bool ShouldNotVal = !TC.isNullValue(); in foldSelectICmpAnd() local
199 ShouldNotVal ^= Pred == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
200 if (ShouldNotVal) in foldSelectICmpAnd()