Home | History | Annotate | Download | only in IR

Lines Matching refs:Right

226     inline Self &operator+=(int Right) {
227 unsigned new_idx = idx + Right;
233 inline Self operator+(int Right) const {
235 tmp += Right;
239 inline Self &operator-=(int Right) { return operator+=(-Right); }
241 inline Self operator-(int Right) const { return operator+(-Right); }
367 /// into a BasicBlock right before the specified instruction. The specified
939 /// instruction into a BasicBlock right before the specified instruction.
954 /// @brief Get the opcode casted to the right type