Lines Matching refs:CastTy
1407 QualType ValTy, QualType CastTy, in castValueToType() argument
1409 assert(!CGF.getContext().getTypeSizeInChars(CastTy).isZero() && in castValueToType()
1413 llvm::Type *LLVMCastTy = CGF.ConvertTypeForMem(CastTy); in castValueToType()
1414 if (ValTy == CastTy) in castValueToType()
1417 CGF.getContext().getTypeSizeInChars(CastTy)) in castValueToType()
1419 if (CastTy->isIntegerType() && ValTy->isIntegerType()) in castValueToType()
1421 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
1422 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType()
1427 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()
1454 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction() local
1456 llvm::Value *ElemCast = castValueToType(CGF, Elem, ElemType, CastTy, Loc); in createRuntimeShuffleFunction()
1464 return castValueToType(CGF, ShuffledVal, CastTy, ElemType, Loc); in createRuntimeShuffleFunction()