Searched refs:Casted (Results 1 – 4 of 4) sorted by relevance
412 Value *Casted = InitBuilder.CreatePointerCast(ResolvedFunc, TableEntryTy); in lowerGlobalIFuncUsersAsGlobalCtor() local415 InitBuilder.CreateAlignedStore(Casted, GEP, PtrAlign); in lowerGlobalIFuncUsersAsGlobalCtor()
182 Constant *Casted = foldMaybeUndesirableCast(opc, C, DstEltTy); in ConstantFoldCastInstruction() local183 if (!Casted) in ConstantFoldCastInstruction()185 res.push_back(Casted); in ConstantFoldCastInstruction()
4869 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() local4870 CGF.Builder.CreateStore(Casted, ExnPtrTmp); in InitCatchParam()
3644 * tables.c: Casted away signedness to appease -Werror freaks.