Lines Matching refs:Operand
676 // Analyze operands of the call, assigning locations to each operand.
952 --NumOps; // Ignore the flag operand.
2287 SDValue Operand = BVN->getOperand(OpIdx);
2288 if (Operand.getOpcode() == ISD::UNDEF)
2292 if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(Operand))
2318 SDValue Operand = BVN->getOperand(OpIdx);
2319 if (isa<ConstantSDNode>(Operand))
2320 // This operand is already in ConstVal.
2324 Operand.getValueType().getSizeInBits() == 32) {
2326 Operand = DAG.getNode(HexagonISD::COMBINE, dl, VT, C, Operand);
2332 const SDValue Ops[] = {ConstVal, Operand, Combined};