Home | History | Annotate | Download | only in Support

Lines Matching defs:CreateLoad

751   // Provided to resolve 'CreateLoad(Ptr, "...")' correctly, instead of
753 LoadInst *CreateLoad(Value *Ptr, const char *Name) {
756 LoadInst *CreateLoad(Value *Ptr, const Twine &Name = "") {
759 LoadInst *CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = "") {