Searched defs:CreateLoad (Results 1 – 3 of 3) sorted by relevance
83 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() function
1032 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
1479 func (b Builder) CreateLoad(p Value, name string) (v Value) { func