Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ImmVal

347       /// ImmVal - This is the immediate value added to the instruction.
348 int64_t ImmVal;
377 X.ImmVal = Val;
1644 int64_t ImmVal = CGA.ResultOperands[AliasOpNo].getImm();
1645 ResOperands.push_back(ResOperand::getImmOp(ImmVal));
1848 int64_t Val = OpInfo.ImmVal;