Lines Matching refs:CastTy
1703 QualType ValTy, QualType CastTy, in castValueToType() argument
1705 assert(!CGF.getContext().getTypeSizeInChars(CastTy).isZero() && in castValueToType()
1709 llvm::Type *LLVMCastTy = CGF.ConvertTypeForMem(CastTy); in castValueToType()
1710 if (ValTy == CastTy) in castValueToType()
1713 CGF.getContext().getTypeSizeInChars(CastTy)) in castValueToType()
1715 if (CastTy->isIntegerType() && ValTy->isIntegerType()) in castValueToType()
1717 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
1718 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType()
1725 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()
1752 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction() local
1754 llvm::Value *ElemCast = castValueToType(CGF, Elem, ElemType, CastTy, Loc); in createRuntimeShuffleFunction()
1762 return castValueToType(CGF, ShuffledVal, CastTy, ElemType, Loc); in createRuntimeShuffleFunction()