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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h257 class StoreInst : public Instruction { class in namespace:llvm
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp1068 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) function in class:StoreInst
1081 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) function in class: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 246 milliseconds