Home
last modified time | relevance | path

Searched refs:Casted (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp409 Value *Casted = InitBuilder.CreatePointerCast(ResolvedFunc, TableEntryTy); in lowerGlobalIFuncUsersAsGlobalCtor() local
412 InitBuilder.CreateAlignedStore(Casted, GEP, PtrAlign); in lowerGlobalIFuncUsersAsGlobalCtor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp242 Constant *Casted = foldMaybeUndesirableCast(opc, C, DstEltTy); in ConstantFoldCastInstruction() local
243 if (!Casted) in ConstantFoldCastInstruction()
245 res.push_back(Casted); in ConstantFoldCastInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4594 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() local
4595 CGF.Builder.CreateStore(Casted, ExnPtrTmp); in InitCatchParam()
/freebsd-14.2/contrib/flex/
H A DChangeLog3644 * tables.c: Casted away signedness to appease -Werror freaks.