Searched refs:ECst (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 411 ConstantInt *BCst, *CCst, *DCst, *ECst; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() local 413 !match(D, m_ConstantInt(DCst)) || !match(E, m_ConstantInt(ECst))) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 423 ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst)); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 453 if ((((BCst->getValue() & DCst->getValue()) & ECst->getValue()) == 0) && in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 457 ECst->getValue(); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 488 if (ECst->isZero()) { in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 506 if ((BCst->getValue() & ECst->getValue()) != 0) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 664 ConstantInt *CCst, *ECst; in foldLogOpOfMaskedICmps() local 665 if (!match(C, m_ConstantInt(CCst)) || !match(E, m_ConstantInt(ECst))) in foldLogOpOfMaskedICmps() 670 ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst)); in foldLogOpOfMaskedICmps() [all …]
|