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

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

Completed in 106 milliseconds