Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:CRHS

1868     const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1));
1869 if (!CLHS || !CRHS)
1875 uint32_t NewMask = (CLHS->getZExtValue() | CRHS->getZExtValue()) & MaxMask;
1969 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS);
1970 if (!CRHS)
1973 const APFloat &APF = CRHS->getValueAPF();