Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp557 bool isNE = ICI->getPredicate() == ICmpInst::ICMP_NE; in transformZExtICmp() local
562 isNE); in transformZExtICmp()
576 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()