Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp295 ConstantInt *pValConst = cast<ConstantInt>(v); in IMMED() local
296 return pValConst->getZExtValue(); in IMMED()
302 ConstantInt *pValConst = cast<ConstantInt>(v); in S_IMMED() local
303 return pValConst->getSExtValue(); in S_IMMED()