Searched refs:InsertBef (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1291 Instruction *InsertBef) in LoadInst() argument 1292 : LoadInst(Ty, Ptr, Name, /*isVolatile=*/false, InsertBef) {} in LoadInst() 1299 Instruction *InsertBef) in LoadInst() argument 1300 : LoadInst(Ty, Ptr, Name, isVolatile, /*Align=*/None, InsertBef) {} in LoadInst() 1307 MaybeAlign Align, Instruction *InsertBef) in LoadInst() argument 1309 SyncScope::System, InsertBef) {} in LoadInst() 1318 Instruction *InsertBef) in LoadInst() argument 1319 : UnaryInstruction(Ty, Load, Ptr, InsertBef) { in LoadInst() 1698 Instruction *InsertBef) in ExtractElementInst() argument 1702 2, InsertBef) { in ExtractElementInst() [all …]
|