Lines Matching refs:isIntegerTy

752     assert(getCondition()->getType()->isIntegerTy(1) &&  in AssertOK()
850 assert(Amt->getType()->isIntegerTy() && in getAISize()
1379 if (!Val->getType()->isVectorTy() || !Index->getType()->isIntegerTy()) in isValidOperands()
1426 if (!Index->getType()->isIntegerTy()) in isValidOperands()
1479 if (!MaskTy || !MaskTy->getElementType()->isIntegerTy(32)) in isValidOperands()
1692 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
1693 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1706 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
1707 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1721 assert((getType()->isIntegerTy() || in init()
1723 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1730 assert((getType()->isIntegerTy() || in init()
1732 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
1993 return getOperand(0)->getType()->isIntegerTy() && in isIntegerCast()
1994 getType()->isIntegerTy(); in isIntegerCast()
2163 if (!SrcTy->isVectorTy() && DstTy->isIntegerTy()) in isEliminableCastPair()
2175 if (SrcTy->isIntegerTy()) in isEliminableCastPair()
2453 if (S->getType()->isPointerTy() && Ty->isIntegerTy()) in CreateBitOrPointerCast()
2455 if (S->getType()->isIntegerTy() && Ty->isPointerTy()) in CreateBitOrPointerCast()
2537 if (DestTy->isIntegerTy()) { // Casting to integral in isCastable()
2538 if (SrcTy->isIntegerTy()) // Casting from integral in isCastable()
2548 if (SrcTy->isIntegerTy()) // Casting from integral in isCastable()
2562 return SrcTy->isIntegerTy(); // Casting from integral in isCastable()
2657 if (DestTy->isIntegerTy()) { // Casting to integral in getCastOpcode()
2658 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
2684 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
2712 } else if (SrcTy->isIntegerTy()) { in getCastOpcode()
2789 DstTy->getScalarType()->isIntegerTy(); in castIsValid()
2796 return SrcTy->getScalarType()->isIntegerTy() && in castIsValid()