Searched refs:optimiseOffsets (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 151 bool optimiseOffsets(Value *Offsets, BasicBlock *BB, LoopInfo *LI); 966 bool MVEGatherScatterLowering::optimiseOffsets(Value *Offsets, BasicBlock *BB, in optimiseOffsets() function in MVEGatherScatterLowering 1001 Changed |= optimiseOffsets(Offs->getOperand(0), BB, LI); in optimiseOffsets() 1004 Changed |= optimiseOffsets(Offs->getOperand(1), BB, LI); in optimiseOffsets() 1241 Changed |= optimiseOffsets(GEP->getOperand(1), GEP->getParent(), LI); in optimiseAddress()
|