#include "llvm/SandboxIR/Instruction.h"
Definition at line 25 of file Instruction.h.
◆ InsertPosition() [1/2]
llvm::sandboxir::InsertPosition::InsertPosition |
( |
BasicBlock * |
InsertAtEnd | ) |
|
|
inline |
◆ InsertPosition() [2/2]
llvm::sandboxir::InsertPosition::InsertPosition |
( |
BBIterator |
InsertAt | ) |
|
|
inline |
◆ getBasicBlock()
BasicBlock * llvm::sandboxir::InsertPosition::getBasicBlock |
( |
| ) |
const |
|
inline |
◆ getIterator()
◆ operator BBIterator()
llvm::sandboxir::InsertPosition::operator BBIterator |
( |
| ) |
|
|
inline |
◆ operator*()
Instruction & llvm::sandboxir::InsertPosition::operator* |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: