Searched refs:ConstOperand (Results 1 – 1 of 1) sorted by relevance
1436 const MachineOperand &ConstOperand = Const->getOperand(1); in generateSpecConstantInst() local1438 assert(ConstOperand.isCImm() && "Int constant operand is expected"); in generateSpecConstantInst()1439 Opcode = ConstOperand.getCImm()->getValue().getZExtValue() in generateSpecConstantInst()1449 addNumImm(ConstOperand.getCImm()->getValue(), MIB); in generateSpecConstantInst()1451 addNumImm(ConstOperand.getFPImm()->getValueAPF().bitcastToAPInt(), MIB); in generateSpecConstantInst()