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

  /external/llvm/lib/VMCore/
IRBuilder.cpp 64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align,
  /external/llvm/include/llvm/Support/
IRBuilder.h 273 /// CreateMemSet - Create and insert a memset to the specified pointer and the
276 CallInst *CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align,
278 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
281 CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align,
    [all...]

Completed in 34 milliseconds