Searched refs:InsertBef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1142 Instruction *InsertBef) in LoadInst() argument 1143 : LoadInst(Ty, Ptr, Name, /*isVolatile=*/false, InsertBef) {} in LoadInst() 1150 Instruction *InsertBef) in LoadInst() argument 1158 unsigned Align, Instruction *InsertBef) in LoadInst() argument 1160 SyncScope::System, InsertBef) {} in LoadInst() 1169 SyncScope::ID SSID, Instruction *InsertBef) in LoadInst() argument 1170 : UnaryInstruction(Ty, Load, Ptr, InsertBef) { in LoadInst() 1551 Instruction *InsertBef) in ExtractElementInst() argument 1555 2, InsertBef) { in ExtractElementInst() 1590 Instruction *InsertBef) in InsertElementInst() argument [all …]
|