Searched defs:ShiftIC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp764 ConstantInt *ShiftIC = dyn_cast<ConstantInt>(ShrValVec->getOperand(x)); local
765 if (!AndCI || !ShiftIC) {
773 uint32_t shiftVal = (uint32_t)ShiftIC->getZExtValue();
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp764 ConstantInt *ShiftIC = dyn_cast<ConstantInt>(ShrValVec->getOperand(x)); local
765 if (!AndCI || !ShiftIC) {
773 uint32_t shiftVal = (uint32_t)ShiftIC->getZExtValue();

Completed in 73 milliseconds