Searched refs:I8Ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp105 Type *I8Ptr = B.getInt8PtrTy(); local
110 I8Ptr, I8Ptr, I32Ty, NULL);
163 Type *I8Ptr = B.getInt8PtrTy(); local
166 I8Ptr, I8Ptr, I8Ptr, NULL);
187 Type *I8Ptr = B.getInt8PtrTy(); local
191 I8Ptr, I8Ptr, I8Pt
[all...]
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp139 int8_t *I8Ptr = (int8_t *) ArgDataPtr; local
140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();

Completed in 50 milliseconds