Searched refs:newShiftConst (Results 1 – 1 of 1) sorted by relevance
892 Constant *newShiftConst = NULL; in expandBFM() local897 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()