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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h846 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilder
871 StoreInst *SI = CreateStore(Val, Ptr, isVolatile);

Completed in 66 milliseconds