Searched refs:CreateCoercedStore (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1216 static void CreateCoercedStore(llvm::Value *Src, in CreateCoercedStore() function 2365 CreateCoercedStore(AI, Ptr, /*DestIsVolatile=*/false, *this); in EmitFunctionProlog() 4101 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1300 static void CreateCoercedStore(llvm::Value *Src, in CreateCoercedStore() function 2711 CreateCoercedStore(AI, Ptr, /*DstIsVolatile=*/false, *this); in EmitFunctionProlog() 5152 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|