Searched refs:Is64BitFPOp (Results 1 – 1 of 1) sorted by relevance
5818 bool Is64BitFPOp = OpInfo.OperandType == AMDGPU::OPERAND_REG_IMM_FP64; in isOperandLegal() local5819 bool Is64BitOp = Is64BitFPOp || in isOperandLegal()5825 if (!AMDGPU::isValid32BitLiteral(Imm, Is64BitFPOp)) in isOperandLegal()5832 if (!Is64BitFPOp && (int32_t)Imm < 0) in isOperandLegal()