Searched refs:InsertAE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1146 BasicBlock *InsertAE) in LoadInst() argument 1147 : LoadInst(Ty, Ptr, Name, /*isVolatile=*/false, InsertAE) {} in LoadInst() 1154 BasicBlock *InsertAE) in LoadInst() argument 1163 unsigned Align, BasicBlock *InsertAE) in LoadInst() argument 1165 SyncScope::System, InsertAE) {} in LoadInst() 1181 BasicBlock *InsertAE) in LoadInst() argument 1182 : UnaryInstruction(Ty, Load, Ptr, InsertAE) { in LoadInst() 1565 BasicBlock *InsertAE) in ExtractElementInst() argument 1569 2, InsertAE) { in ExtractElementInst() 1604 BasicBlock *InsertAE) in InsertElementInst() argument [all …]
|