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

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 172 // LoadInst Class
175 /// LoadInst - an instruction for reading from memory. This uses the
178 class LoadInst : public UnaryInstruction {
184 LoadInst *cloneImpl() const;
187 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
188 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
189 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false,
191 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
193 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile
    [all...]

Completed in 53 milliseconds