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

/external/llvm/include/llvm/Support/
H A DIRBuilder.h784 // Provided to resolve 'CreateLoad(Ptr, "...")' correctly, instead of
786 LoadInst *CreateLoad(Value *Ptr, const char *Name) { function in class:llvm::IRBuilder
789 LoadInst *CreateLoad(Value *Ptr, const Twine &Name = "") { function in class:llvm::IRBuilder
792 LoadInst *CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = "") { function in class:llvm::IRBuilder

Completed in 50 milliseconds