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

  /external/llvm/lib/VMCore/
IRBuilder.cpp 42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) {
66 Ptr = getCastedInt8PtrValue(Ptr);
84 Dst = getCastedInt8PtrValue(Dst);
85 Src = getCastedInt8PtrValue(Src);
104 Dst = getCastedInt8PtrValue(Dst);
105 Src = getCastedInt8PtrValue(Src);
124 Ptr = getCastedInt8PtrValue(Ptr);
139 Ptr = getCastedInt8PtrValue(Ptr);
  /external/llvm/include/llvm/Support/
IRBuilder.h 314 Value *getCastedInt8PtrValue(Value *Ptr);
    [all...]

Completed in 366 milliseconds