Searched defs:StoreInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h252 // StoreInst Class
255 /// StoreInst - an instruction for storing to memory
257 class StoreInst : public Instruction { class in namespace:llvm
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(Valu
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp1053 // StoreInst Implementation
1056 void StoreInst::AssertOK() {
1068 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) function in class:StoreInst
1070 OperandTraits<StoreInst>::op_begin(this),
1071 OperandTraits<StoreInst>::operands(this),
1081 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) function in class:StoreInst
1083 OperandTraits<StoreInst>::op_begin(this),
1084 OperandTraits<StoreInst>
1094 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1108 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1122 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1138 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1152 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1166 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
[all...]

Completed in 141 milliseconds