Lines Matching refs:InsertBef
1142 Instruction *InsertBef) in LoadInst() argument
1143 : LoadInst(Ty, Ptr, Name, /*isVolatile=*/false, InsertBef) {} in LoadInst()
1150 Instruction *InsertBef) in LoadInst() argument
1151 : LoadInst(Ty, Ptr, Name, isVolatile, /*Align=*/0, InsertBef) {} in LoadInst()
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
1593 3, InsertBef) { in InsertElementInst()