Searched refs:pValConst (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | builder_misc.cpp | 255 ConstantInt* pValConst = cast<ConstantInt>(v); local in function:SwrJit::Builder::IMMED 256 return pValConst->getZExtValue(); 262 ConstantInt* pValConst = cast<ConstantInt>(v); local in function:SwrJit::Builder::S_IMMED 263 return pValConst->getSExtValue(); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | builder_misc.cpp | 286 ConstantInt* pValConst = cast<ConstantInt>(v); local in function:SwrJit::Builder::IMMED 287 return pValConst->getZExtValue(); 293 ConstantInt* pValConst = cast<ConstantInt>(v); local in function:SwrJit::Builder::S_IMMED 294 return pValConst->getSExtValue(); |
Completed in 5 milliseconds