Searched defs:setLowerBound (Results 1 – 4 of 4) sorted by relevance
266 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() function
248 virtual void setLowerBound(int64_t Value) {} in setLowerBound() function
99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } setLowerBound() function
261 void setLowerBound(PrefixKind K) { Kind = K; } setLowerBound() function in __anon83fb8fbd0111::X86OpcodePrefixHelper