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

  /external/llvm/include/llvm/IR/
Instructions.h 252 // StoreInst Class
255 /// StoreInst - an instruction for storing to memory
257 class StoreInst : public Instruction {
261 virtual StoreInst *clone_impl() const;
267 StoreInst(Value *Val, Value *Ptr, Instruction *InsertBefore);
268 StoreInst(Value *Val, Value *Ptr, BasicBlock *InsertAtEnd);
269 StoreInst(Value *Val, Value *Ptr, bool isVolatile = false,
271 StoreInst(Value *Val, Value *Ptr, bool isVolatile, BasicBlock *InsertAtEnd);
272 StoreInst(Value *Val, Value *Ptr, bool isVolatile,
274 StoreInst(Value *Val, Value *Ptr, bool isVolatile
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 55 milliseconds