Home
last modified time | relevance | path

Searched defs:InsertBef (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1400 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,Instruction * InsertBef) LoadInst() argument
1408 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,Instruction * InsertBef) LoadInst() argument
1418 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,Align Align,Instruction * InsertBef) LoadInst() argument
1429 LoadInst(Type * Ty,Value * Ptr,const Twine & Name,bool isVolatile,Align Align,AtomicOrdering Order,SyncScope::ID SSID,Instruction * InsertBef) LoadInst() argument
1832 ExtractElementInst(Value * Val,Value * Index,const Twine & Name,Instruction * InsertBef) ExtractElementInst() argument
1871 InsertElementInst(Value * Vec,Value * Elt,Value * Index,const Twine & Name,Instruction * InsertBef) InsertElementInst() argument
[all...]