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.cpp286 ConstantInt* pValConst = cast<ConstantInt>(v); in IMMED() local
287 return pValConst->getZExtValue(); in IMMED()
293 ConstantInt* pValConst = cast<ConstantInt>(v); in S_IMMED() local
294 return pValConst->getSExtValue(); in S_IMMED()