Searched refs:DestIsVolatile (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 960 llvm::Value *DestPtr, bool DestIsVolatile, in BuildAggStore() argument 969 DestIsVolatile); in BuildAggStore() 974 llvm::StoreInst *SI = CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile); in BuildAggStore() 3383 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 3387 DestIsVolatile = false; in EmitCall() 3389 BuildAggStore(*this, CI, DestPtr, DestIsVolatile, false); in EmitCall() 3405 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local 3409 DestIsVolatile = false; in EmitCall() 3420 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()
|