• Home
  • Raw
  • Download

Lines Matching refs:isIntegerTy

1146     assert(getCondition()->getType()->isIntegerTy(1) &&  in AssertOK()
1244 assert(Amt->getType()->isIntegerTy() && in getAISize()
1779 if (!Val->getType()->isVectorTy() || !Index->getType()->isIntegerTy()) in isValidOperands()
1826 if (!Index->getType()->isIntegerTy()) in isValidOperands()
1879 if (!MaskTy || !MaskTy->getElementType()->isIntegerTy(32)) in isValidOperands()
2092 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
2093 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
2106 assert((getType()->isIntegerTy() || (getType()->isVectorTy() && in init()
2107 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
2121 assert((getType()->isIntegerTy() || in init()
2123 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
2130 assert((getType()->isIntegerTy() || in init()
2132 cast<VectorType>(getType())->getElementType()->isIntegerTy())) && in init()
2337 return getOperand(0)->getType()->isIntegerTy() && in isIntegerCast()
2338 getType()->isIntegerTy(); in isIntegerCast()
2509 if (!SrcTy->isVectorTy() && DstTy->isIntegerTy()) in isEliminableCastPair()
2521 if (SrcTy->isIntegerTy()) in isEliminableCastPair()
2802 if (S->getType()->isPointerTy() && Ty->isIntegerTy()) in CreateBitOrPointerCast()
2804 if (S->getType()->isIntegerTy() && Ty->isPointerTy()) in CreateBitOrPointerCast()
2886 if (DestTy->isIntegerTy()) { // Casting to integral in isCastable()
2887 if (SrcTy->isIntegerTy()) // Casting from integral in isCastable()
2897 if (SrcTy->isIntegerTy()) // Casting from integral in isCastable()
2911 return SrcTy->isIntegerTy(); // Casting from integral in isCastable()
3006 if (DestTy->isIntegerTy()) { // Casting to integral in getCastOpcode()
3007 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
3033 if (SrcTy->isIntegerTy()) { // Casting from integral in getCastOpcode()
3061 } else if (SrcTy->isIntegerTy()) { in getCastOpcode()
3138 DstTy->getScalarType()->isIntegerTy(); in castIsValid()
3145 return SrcTy->getScalarType()->isIntegerTy() && in castIsValid()