Searched refs:Casted (Results 1 – 5 of 5) sorted by relevance
455 Value *Casted = InitBuilder.CreatePointerCast(ResolvedFunc, TableEntryTy); in lowerGlobalIFuncUsersAsGlobalCtor() local458 InitBuilder.CreateAlignedStore(Casted, GEP, PtrAlign); in lowerGlobalIFuncUsersAsGlobalCtor()
184 Constant *Casted = foldMaybeUndesirableCast(opc, C, DstEltTy); in ConstantFoldCastInstruction() local185 if (!Casted) in ConstantFoldCastInstruction()187 res.push_back(Casted); in ConstantFoldCastInstruction()
741 auto Casted = MIRBuilder.buildFPTOSI(DstTy == s32 ? s64 : s32, Src); in legalizeFPTOUI() local742 MIRBuilder.buildTrunc(Dst, Casted); in legalizeFPTOUI()
4916 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() local4917 CGF.Builder.CreateStore(Casted, ExnPtrTmp); in InitCatchParam()
3644 * tables.c: Casted away signedness to appease -Werror freaks.