Lines Matching refs:isIntOrIntVectorTy
661 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifyAddInst()
854 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifySubInst()
904 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifyMulInst()
998 if (match(Op1, m_One()) || Ty->isIntOrIntVectorTy(1) || in simplifyDivRem()
999 (match(Op1, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in simplifyDivRem()
1202 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in SimplifySRemInst()
1276 (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in SimplifyShift()
2112 if (Op0->getType()->isIntOrIntVectorTy(1)) { in SimplifyAndInst()
2301 if (Op0->getType()->isIntOrIntVectorTy(1)) { in SimplifyOrInst()
2651 if (!OpTy->isIntOrIntVectorTy(1)) in simplifyICmpOfBools()
4086 if (TrueVal->getType()->isIntOrIntVectorTy()) { in simplifySelectWithICmpCond()
4230 assert(Cond->getType()->isIntOrIntVectorTy(1) && in SimplifySelectInst()