Searched refs:ACst (Results 1 – 3 of 3) sorted by relevance
494 ConstantInt *ACst = dyn_cast<ConstantInt>(A); in getTypeOfMaskedICmp() local498 bool icmp_abit = (ACst != 0 && !ACst->isZero() && in getTypeOfMaskedICmp()499 ACst->getValue().isPowerOf2()); in getTypeOfMaskedICmp()536 else if (ACst != 0 && CCst != 0 && in getTypeOfMaskedICmp()537 ConstantExpr::getAnd(ACst, CCst) == CCst) { in getTypeOfMaskedICmp()
445 ConstantInt *ACst = dyn_cast<ConstantInt>(A); in getTypeOfMaskedICmp() local449 bool icmp_abit = (ACst && !ACst->isZero() && in getTypeOfMaskedICmp()450 ACst->getValue().isPowerOf2()); in getTypeOfMaskedICmp()484 } else if (ACst && CCst && in getTypeOfMaskedICmp()485 ConstantExpr::getAnd(ACst, CCst) == CCst) { in getTypeOfMaskedICmp()
235 ConstantInt *ACst = dyn_cast<ConstantInt>(A); in getMaskedICmpType() local239 bool IsAPow2 = (ACst && !ACst->isZero() && ACst->getValue().isPowerOf2()); in getMaskedICmpType()261 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) { in getMaskedICmpType()