Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp555 bool isNE = ICI->getPredicate() == ICmpInst::ICMP_NE; in transformZExtICmp() local
560 isNE); in transformZExtICmp()
574 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp632 bool isNE = ICI->getPredicate() == ICmpInst::ICMP_NE; in transformZExtICmp() local
637 isNE); in transformZExtICmp()
651 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp856 bool isNE = ICI->getPredicate() == ICmpInst::ICMP_NE; in transformZExtICmp() local
860 Constant *Res = ConstantInt::get(CI.getType(), isNE); in transformZExtICmp()
873 if (!Op1CV->isNullValue() == isNE) { // Toggle the low bit. in transformZExtICmp()