Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp852 Constant *negOneConst = NULL; in expandBFI() local
855 negOneConst = ConstantInt::get(CI->getContext(), in expandBFI()
859 negOneVals.push_back(negOneConst); in expandBFI()
861 negOneConst = ConstantVector::get(negOneVals); in expandBFI()
863 negOneConst = ConstantInt::get(CI->getContext(), in expandBFI()
871 BinaryOperator::Create(Instruction::Xor, CI->getOperand(0), negOneConst, in expandBFI()