Searched defs:IntLiteral (Results 1 – 7 of 7) sorted by relevance
19 struct IntLiteral : public Expression { struct39 IntLiteral& i = (IntLiteral&) other; in compareConstant() argument43 int coercionCost(const Type& target) const override { in coercionCost()50 int64_t getConstantInt() const override { in getConstantInt()54 const int64_t fValue;56 typedef Expression INHERITED;
118 struct IntLiteral struct124 struct IntLiteral<Bool> struct126 typedef bool type;130 struct IntLiteral<Int> struct132 typedef int type;136 struct IntLiteral<UInt> struct138 typedef unsigned int type;142 struct IntLiteral<Long> struct144 typedef int64_t type;
219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS()); in checkBranchCondition() local
124 class IntLiteral : public Expression class
417 IntLiteral::IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in IntLiteral() function in rsg::IntLiteral
648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectRelationalOperator() local687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectEqualityOperator() local