HomeSort by relevance Sort by last modified time
    Searched defs:LoadInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
Instructions.h 130 // LoadInst Class
133 /// LoadInst - an instruction for reading from memory. This uses the
136 class LoadInst : public UnaryInstruction {
139 virtual LoadInst *clone_impl() const;
141 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
142 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
143 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
145 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
147 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
149 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 2455 milliseconds