Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp509 const APInt &Op1CV = Op1C->getValue(); in transformZExtICmp() local
513 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) || in transformZExtICmp()
514 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) { in transformZExtICmp()
542 if ((Op1CV == 0 || Op1CV.isPowerOf2()) && in transformZExtICmp()
556 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) { in transformZExtICmp()
574 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp589 const APInt &Op1CV = Op1C->getValue(); in transformZExtICmp() local
593 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) || in transformZExtICmp()
594 (ICI->getPredicate() == ICmpInst::ICMP_SGT && Op1CV.isAllOnesValue())) { in transformZExtICmp()
620 if ((Op1CV == 0 || Op1CV.isPowerOf2()) && in transformZExtICmp()
633 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) { in transformZExtICmp()
651 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()