Searched defs:InsertAE (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1404 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,BasicBlock * InsertAE) LoadInst() argument 1413 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,BasicBlock * InsertAE) LoadInst() argument 1423 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,Align Align,BasicBlock * InsertAE) LoadInst() argument 1440 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,Align Align,AtomicOrdering Order,SyncScope::ID SSID,BasicBlock * InsertAE) LoadInst() argument 1846 ExtractElementInst(Value * Val,Value * Index,const Twine & Name,BasicBlock * InsertAE) ExtractElementInst() argument 1885 InsertElementInst(Value * Vec,Value * Elt,Value * Index,const Twine & Name,BasicBlock * InsertAE) InsertElementInst() argument
|