Searched refs:CoerceIntOrPtrToIntOrPtr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1086 static llvm::Value *CoerceIntOrPtrToIntOrPtr(llvm::Value *Val, in CoerceIntOrPtrToIntOrPtr() function 1162 return CoerceIntOrPtrToIntOrPtr(Load, Ty, CGF); in CreateCoercedLoad() 1238 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF); in CreateCoercedStore()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1172 static llvm::Value *CoerceIntOrPtrToIntOrPtr(llvm::Value *Val, in CoerceIntOrPtrToIntOrPtr() function 1249 return CoerceIntOrPtrToIntOrPtr(Load, Ty, CGF); in CreateCoercedLoad() 1332 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF); in CreateCoercedStore()
|