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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp516 const APInt &Op1CV = Op1C->getValue(); local
520 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
521 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) {
547 if ((Op1CV == 0 || Op1CV.isPowerOf2()) &&
560 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) {
578 if ((Op1CV != 0) == isNE) { // Toggle the low bit.

Completed in 120 milliseconds