Searched defs:CreateLoad (Results 1 – 5 of 5) sorted by relevance
75 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() function
753 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
1047 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
1479 func (b Builder) CreateLoad(p Value, name string) (v Value) { func
5632 auto CreateLoad = [&DAG, &DL](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local