Searched refs:ConstOperand (Results 1 – 2 of 2) sorted by relevance
1402 const MachineOperand &ConstOperand = Const->getOperand(1); in generateSpecConstantInst() local1404 assert(ConstOperand.isCImm() && "Int constant operand is expected"); in generateSpecConstantInst()1405 Opcode = ConstOperand.getCImm()->getValue().getZExtValue() in generateSpecConstantInst()1415 addNumImm(ConstOperand.getCImm()->getValue(), MIB); in generateSpecConstantInst()1417 addNumImm(ConstOperand.getFPImm()->getValueAPF().bitcastToAPInt(), MIB); in generateSpecConstantInst()
1082 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand() local1084 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand()