Lines Matching refs:aType

244     Type *aType = Type::getInt32Ty(*mCTX);
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
338 Type *aType = Type::getInt32Ty(*mCTX);
339 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
340 : ConstantInt::get(aType, 0);
350 Type *aType = Type::getInt32Ty(*mCTX);
353 Val = ConstantInt::get(aType,
356 Val = ConstantInt::get(aType, 0);
470 Type *aType = inst->getType();
471 bool isVector = aType->isVectorTy();
474 if (aType->getScalarType()
479 const VectorType *VT = dyn_cast<VectorType>(aType);
591 offset = ConstantInt::get(aType, lhsMaskOffset, false);
592 width = ConstantInt::get(aType, lhsMaskWidth, false);
612 offset = ConstantInt::get(aType, rhsMaskOffset, false);
613 width = ConstantInt::get(aType, rhsMaskWidth, false);
653 callTypes.push_back(aType);
654 callTypes.push_back(aType);
655 callTypes.push_back(aType);
656 callTypes.push_back(aType);
657 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
710 Type *aType = inst->getType();
711 bool isVector = aType->isVectorTy();
719 if (aType->getScalarType()
724 const VectorType *VT = dyn_cast<VectorType>(aType);
809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned);
810 shiftValConst = ConstantInt::get(aType, shiftVal, isSigned);
814 callTypes.push_back(aType);
815 callTypes.push_back(aType);
816 callTypes.push_back(aType);
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
1006 Type *aType = CI->getOperand(0)->getType();
1007 bool isVector = aType->isVectorTy();
1008 int numEle = isVector ? dyn_cast<VectorType>(aType)->getNumElements() : 1;
1038 Type *aType = CI->getOperand(0)->getType();
1040 bool isVector = aType->isVectorTy();
1041 int numEle = isVector ? dyn_cast<VectorType>(aType)->getNumElements() : 1;