Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Constant

27   /// A single location or constant.
31 Constant.Int = i;
35 Constant.CFP = CFP;
39 Constant.CIP = CIP;
52 // Either a constant,
57 } Constant;
70 return Constant.Int == other.Constant.Int;
72 return Constant.CFP == other.Constant.CFP;
74 return Constant.CIP == other.Constant.CIP;
83 int64_t getInt() const { return Constant.Int; }
84 const ConstantFP *getConstantFP() const { return Constant.CFP; }
85 const ConstantInt *getConstantInt() const { return Constant.CIP; }
106 /// share the same Loc/Constant and if Next immediately follows this