Home | History | Annotate | Download | only in IR

Lines Matching defs:LoadInst

923 //                           LoadInst Implementation
926 void LoadInst::AssertOK() {
933 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef)
943 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE)
953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
964 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
975 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
986 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
997 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1010 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile,
1023 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef)
1033 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE)
1043 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1054 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile,
1065 void LoadInst::setAlignment(unsigned Align) {
3414 LoadInst *LoadInst::clone_impl() const {
3415 return new LoadInst(getOperand(0), Twine(), isVolatile(),