Searched defs:CreateStore (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuilder.h111 // Note that we intentionally hide the CreateStore APIs that don't
113 llvm::StoreInst *CreateStore(llvm::Value *Val, Address Addr, function in class:clang::CodeGen::CGBuilderTy
143 return CGBuilderBaseTy::CreateStore(Val, Addr, IsVolatile);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1059 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilder
1084 StoreInst *SI = CreateStore(Val, Ptr, isVolatile);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h762 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilder

Completed in 174 milliseconds