Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp981 llvm::Value *DestPtr, bool DestIsVolatile, in BuildAggStore() argument
990 DestIsVolatile); in BuildAggStore()
995 llvm::StoreInst *SI = CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile); in BuildAggStore()
3441 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
3445 DestIsVolatile = false; in EmitCall()
3447 BuildAggStore(*this, CI, DestPtr, DestIsVolatile, false); in EmitCall()
3463 bool DestIsVolatile = ReturnValue.isVolatile(); in EmitCall() local
3467 DestIsVolatile = false; in EmitCall()
3479 CreateCoercedStore(CI, StorePtr, DestIsVolatile, *this); in EmitCall()