Searched refs:OperandInstr (Results 1 – 1 of 1) sorted by relevance
6383 Instruction *OperandInstr = dyn_cast<Instruction>(Insert->getOperand(1)); in isProfitableToSinkOperands() local6384 if (!OperandInstr) in isProfitableToSinkOperands()6393 unsigned Opcode = OperandInstr->getOpcode(); in isProfitableToSinkOperands()6403 if (!MaskedValueIsZero(OperandInstr, UpperMask, DL)) in isProfitableToSinkOperands()6410 if (!match(OperandInstr, m_And(m_Load(m_Value()), m_Value()))) in isProfitableToSinkOperands()