Home
last modified time | relevance | path

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

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