Lines Matching refs:isIntOrIntVectorTy
680 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in simplifyAddInst()
903 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in simplifySubInst()
955 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyMulInst()
1273 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in simplifySRemInst()
1349 (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in simplifyShift()
2144 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyAndInst()
2215 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyAndInst()
2437 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyOrInst()
2489 if (Op0->getType()->isIntOrIntVectorTy(1)) { in simplifyOrInst()
2871 if (!OpTy->isIntOrIntVectorTy(1)) in simplifyICmpOfBools()
4634 if (TrueVal->getType()->isIntOrIntVectorTy()) { in simplifySelectWithICmpCond()
4795 assert(Cond->getType()->isIntOrIntVectorTy(1) && in simplifySelectInst()