Searched refs:setLowerBound (Results 1 – 6 of 6) sorted by relevance
273 void setLowerBound(PrefixKind K) { Kind = K; } in setLowerBound() function in __anon182f77eb0111::X86OpcodePrefixHelper994 Prefix.setLowerBound(XOP); in emitVEXOpcodePrefix()998 Prefix.setLowerBound((MI.getFlags() & X86::IP_USE_VEX3) ? VEX3 : VEX2); in emitVEXOpcodePrefix()1001 Prefix.setLowerBound(EVEX); in emitVEXOpcodePrefix()1370 Prefix.setLowerBound(REX); in emitREXPrefix()1380 Prefix.setLowerBound(REX); in emitREXPrefix()1385 Prefix.setLowerBound(REX); in emitREXPrefix()1388 Prefix.setLowerBound(REX2); in emitREXPrefix()
270 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() function
262 virtual void setLowerBound(int64_t Value) {} in setLowerBound() function
160 CurrentElement->setLowerBound(GetBoundValue(FormValue)); in processOneAttribute()
7117 setLowerBound(LowerBound); in ArraySectionExpr()7130 setLowerBound(LowerBound); in ArraySectionExpr()7210 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
969 E->setLowerBound(Record.readSubExpr()); in VisitArraySectionExpr()