Lines Matching refs:isVectorTy
46 if (getType()->isVectorTy()) in isNegativeZeroValue()
66 if (getType()->isVectorTy()) in isZeroValue()
101 if (getType()->isVectorTy()) in isAllOnesValue()
118 if (getType()->isVectorTy()) in isOneValue()
145 if (getType()->isVectorTy()) in isNotOneValue()
163 if (getType()->isVectorTy()) in isMinSignedValue()
190 if (getType()->isVectorTy()) in isNotMinSignedValue()
211 if (getType()->isVectorTy()) in isFiniteNonZeroFP()
232 if (getType()->isVectorTy()) in isNormalFP()
253 if (getType()->isVectorTy()) in hasExactInverseFP()
274 if (getType()->isVectorTy()) in isNaN()
423 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
1666 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
1702 assert(this->getType()->isVectorTy() && "Only valid for vectors!"); in getSplatValue()
2473 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
2476 !Idx->getType()->isVectorTy()) { in getGetElementPtr()
2544 assert(Val->getType()->isVectorTy() && in getExtractElement()
2566 assert(Val->getType()->isVectorTy() && in getInsertElement()