Searched refs:InsertBef (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp933 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) argument
935 Load, Ptr, InsertBef) {
954 Instruction *InsertBef)
956 Load, Ptr, InsertBef) {
976 unsigned Align, Instruction *InsertBef)
978 Load, Ptr, InsertBef) {
1000 Instruction *InsertBef)
1002 Load, Ptr, InsertBef) {
1023 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) argument
1025 Load, Ptr, InsertBef) {
953 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, Instruction *InsertBef) argument
975 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, Instruction *InsertBef) argument
997 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBef) argument
1043 LoadInst(Value *Ptr, const char *Name, bool isVolatile, Instruction *InsertBef) argument
1440 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1481 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, Instruction *InsertBef) argument
[all...]

Completed in 107 milliseconds