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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp732 BinaryOperator *ShiftInst = dyn_cast<BinaryOperator>(inst->getOperand(0)); local
735 if (!ShiftInst || !ShiftInst->isShift()) {
739 if (ShiftInst->getOpcode() == Instruction::Shl) {
742 bool isSigned = ShiftInst->isArithmeticShift();
744 Constant *ShrVal = dyn_cast<Constant>(ShiftInst->getOperand(1));
829 ShiftInst->getOperand(0),
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp732 BinaryOperator *ShiftInst = dyn_cast<BinaryOperator>(inst->getOperand(0)); local
735 if (!ShiftInst || !ShiftInst->isShift()) {
739 if (ShiftInst->getOpcode() == Instruction::Shl) {
742 bool isSigned = ShiftInst->isArithmeticShift();
744 Constant *ShrVal = dyn_cast<Constant>(ShiftInst->getOperand(1));
829 ShiftInst->getOperand(0),

Completed in 199 milliseconds