Searched refs:IntrTy (Results 1 – 2 of 2) sorted by relevance
90 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local92 if (ValueTy != IntrTy) { in replaceWithConstant()95 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()96 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
2598 FunctionType *IntrTy = IntrFn->getFunctionType(); in createHvxIntrinsic() local2603 Type *T = IntrTy->getParamType(i); in createHvxIntrinsic()2610 StringRef MaybeName = !IntrTy->getReturnType()->isVoidTy() ? "cup" : ""; in createHvxIntrinsic()