Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp180 Value *Casted = ConstantExpr::getBitCast(Main, in runOnModule() local
182 CallMain = CallInst::Create(Casted, Args, "call_main"); in runOnModule()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1307 llvm::Constant *Casted = llvm::ConstantExpr::getBitCast(C, CharPtrTy); in EmitConstantValue() local
1308 Casted = llvm::ConstantExpr::getGetElementPtr(Int8Ty, Casted, Offset); in EmitConstantValue()
1309 C = llvm::ConstantExpr::getPointerCast(Casted, C->getType()); in EmitConstantValue()
DCGCall.cpp1179 Address Casted = CGF.Builder.CreateBitCast(Tmp, CGF.Int8PtrTy); in CreateCoercedLoad() local
1181 CGF.Builder.CreateMemCpy(Casted, SrcCasted, in CreateCoercedLoad()
1261 Address Casted = CGF.Builder.CreateBitCast(Tmp, CGF.Int8PtrTy); in CreateCoercedStore() local
1263 CGF.Builder.CreateMemCpy(DstCasted, Casted, in CreateCoercedStore()
DCGObjCMac.cpp4659 llvm::Constant *Casted = in EmitClassRefFromId() local
4663 "OBJC_CLASS_REFERENCES_", Casted, in EmitClassRefFromId()
4695 llvm::Constant *Casted = in EmitSelectorAddr() local
4699 "OBJC_SELECTOR_REFERENCES_", Casted, in EmitSelectorAddr()
7046 llvm::Constant *Casted = in EmitSelectorAddr() local
7051 Casted, "OBJC_SELECTOR_REFERENCES_"); in EmitSelectorAddr()
DItaniumCXXABI.cpp3658 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() local
3659 CGF.Builder.CreateStore(Casted, ExnPtrTmp); in InitCatchParam()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp569 Value *Casted = V; in expandAddToGEP() local
571 Casted = InsertNoopCastOfTo(Casted, PTy); in expandAddToGEP()
572 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp581 Value *Casted = V; in expandAddToGEP() local
583 Casted = InsertNoopCastOfTo(Casted, PTy); in expandAddToGEP()
584 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()