Searched refs:Casted (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp265 Value *Casted = local
267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp585 Value *Casted = V; local
587 Casted = InsertNoopCastOfTo(Casted, PTy);
588 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1263 Address Casted = CGF.Builder.CreateElementBitCast(Tmp,CGF.Int8Ty); local
1265 CGF.Builder.CreateMemCpy(Casted, SrcCasted,
1350 Address Casted = CGF.Builder.CreateElementBitCast(Tmp,CGF.Int8Ty); local
1352 CGF.Builder.CreateMemCpy(DstCasted, Casted,
H A DCGObjCMac.cpp5237 llvm::Constant *Casted = local
5241 "OBJC_CLASS_REFERENCES_", Casted,
5275 llvm::Constant *Casted = local
5279 "OBJC_SELECTOR_REFERENCES_", Casted,
7625 llvm::Constant *Casted = local
7632 getLinkageTypeForObjCMetadata(CGM, SectionName), Casted,
H A DItaniumCXXABI.cpp4168 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); local
4169 CGF.Builder.CreateStore(Casted, ExnPtrTmp);

Completed in 113 milliseconds