Lines Matching refs:isIntOrIntVectorTy
681 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in simplifyAddInst()
904 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in simplifySubInst()
956 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyMulInst()
1290 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in simplifySRemInst()
1366 (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in simplifyShift()
2154 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyAndInst()
2225 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyAndInst()
2445 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyOrInst()
2497 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyOrInst()
2874 if (!OpTy->isIntOrIntVectorTy(1)) in simplifyICmpOfBools()
4660 if (TrueVal->getType()->isIntOrIntVectorTy()) { in simplifySelectWithICmpCond()
4821 assert(Cond->getType()->isIntOrIntVectorTy(1) && in simplifySelectInst()