Lines Matching refs:isVectorTy
48 if (getType()->isVectorTy()) in isNegativeZeroValue()
68 if (getType()->isVectorTy()) in isZeroValue()
103 if (getType()->isVectorTy()) in isAllOnesValue()
120 if (getType()->isVectorTy()) in isOneValue()
147 if (getType()->isVectorTy()) in isNotOneValue()
165 if (getType()->isVectorTy()) in isMinSignedValue()
192 if (getType()->isVectorTy()) in isNotMinSignedValue()
213 if (getType()->isVectorTy()) in isFiniteNonZeroFP()
234 if (getType()->isVectorTy()) in isNormalFP()
255 if (getType()->isVectorTy()) in hasExactInverseFP()
276 if (getType()->isVectorTy()) in isNaN()
411 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
1590 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
1626 assert(this->getType()->isVectorTy() && "Only valid for vectors!"); in getSplatValue()
2505 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
2508 !Idx->getType()->isVectorTy()) { in getGetElementPtr()
2576 assert(Val->getType()->isVectorTy() && in getExtractElement()
2598 assert(Val->getType()->isVectorTy() && in getInsertElement()