Lines Matching refs:isIntegerTy
727 assert(getCondition()->getType()->isIntegerTy(1) && in AssertOK()
828 assert(Amt->getType()->isIntegerTy() && in getAISize()
1471 if (!Val->getType()->isVectorTy() || !Index->getType()->isIntegerTy(32)) in isValidOperands()
1518 if (!Index->getType()->isIntegerTy(32)) in isValidOperands()
1571 if (MaskTy == 0 || !MaskTy->getElementType()->isIntegerTy(32)) in isValidOperands()
1785 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
1786 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1799 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
1800 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1814 assert((getType()->isIntegerTy() || in init()
1816 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1823 assert((getType()->isIntegerTy() || in init()
1825 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
2053 return getOperand(0)->getType()->isIntegerTy() && in isIntegerCast()
2054 getType()->isIntegerTy(); in isIntegerCast()
2210 if (!SrcTy->isVectorTy() && DstTy->isIntegerTy()) in isEliminableCastPair()
2222 if (SrcTy->isIntegerTy()) in isEliminableCastPair()
2561 if (DestTy->isIntegerTy()) { // Casting to integral in isCastable()
2562 if (SrcTy->isIntegerTy()) { // Casting from integral in isCastable()
2572 if (SrcTy->isIntegerTy()) { // Casting from integral in isCastable()
2586 } else if (SrcTy->isIntegerTy()) { // Casting from integral in isCastable()
2675 if (DestTy->isIntegerTy()) { // Casting to integral in getCastOpcode()
2676 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
2702 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
2730 } else if (SrcTy->isIntegerTy()) { in getCastOpcode()
2811 DstTy->getScalarType()->isIntegerTy(); in castIsValid()
2818 return SrcTy->getScalarType()->isIntegerTy() && in castIsValid()