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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 71 Type *I8Ptr = B.getInt8PtrTy();
76 I8Ptr, I8Ptr, I32Ty, nullptr);
122 Type *I8Ptr = B.getInt8PtrTy();
125 I8Ptr, I8Ptr, I8Ptr, nullptr);
145 Type *I8Ptr = B.getInt8PtrTy();
149 I8Ptr, I8Ptr, I8Ptr
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 213 Type *I8Ptr = Type::getInt8PtrTy((*I)->getContext(), PtrAddrSpace);
215 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 138 int8_t *I8Ptr = (int8_t *) ArgDataPtr;
139 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 2087 milliseconds