Searched refs:CallTy (Results 1 – 4 of 4) sorted by relevance
1268 Type *CallTy = Call->getType(); in createHvxIntrinsic() local1269 if (CallTy == RetTy) in createHvxIntrinsic()1272 assert(HST.isTypeForHVX(CallTy, /*IncludeBool*/ true)); in createHvxIntrinsic()1273 if (cast<VectorType>(CallTy)->getElementType() == BoolTy) in createHvxIntrinsic()
828 QualType CallTy = Msg->getArg(0)->getType(); in rewriteToNumberLiteral() local831 if (Ctx.hasSameType(ArgTy, CallTy)) { in rewriteToNumberLiteral()
2348 Type *CallTy = Call.getType(); in visitCallBase() local2350 if (RetArgTy->canLosslesslyBitCastTo(CallTy)) in visitCallBase()2352 Call, Builder.CreateBitOrPointerCast(ReturnedArg, CallTy)); in visitCallBase()
2594 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); in getDynamicTLSAddr() local2608 Entry.Ty = CallTy; in getDynamicTLSAddr()2615 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()