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

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

Completed in 67 milliseconds