Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:ImmValue

2133     uint64_t ImmValue = 0;
2146 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue();
2156 ImmValue = Value;
2170 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32);