Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp892 Constant *newShiftConst = NULL; in expandBFM() local
897 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1); in expandBFM()
901 newShiftVals.push_back(newShiftConst); in expandBFM()
904 newShiftConst = ConstantVector::get(newShiftVals); in expandBFM()
907 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1); in expandBFM()
912 lhs = BinaryOperator::Create(Instruction::Shl, newShiftConst, in expandBFM()
915 newShiftConst, "bfm_sub", CI); in expandBFM()