Home
last modified time | relevance | path

Searched refs:I16Ptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp165 int16_t *I16Ptr = (int16_t *) ArgDataPtr; in ffiValueFor() local
166 *I16Ptr = (int16_t) AV.IntVal.getZExtValue(); in ffiValueFor()