Searched defs:Op1CV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp519 const APInt &Op1CV = Op1C->getValue(); local
523 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
524 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) {
550 if ((Op1CV == 0 || Op1CV.isPowerOf2()) &&
563 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) {
581 if ((Op1CV != 0) == isNE) { // Toggle the low bit.

Completed in 80 milliseconds