Searched refs:optimizeGatherScatterInst (Results 1 – 1 of 1) sorted by relevance
394 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);2247 return optimizeGatherScatterInst(II, II->getArgOperand(0)); in optimizeCallInst()2249 return optimizeGatherScatterInst(II, II->getArgOperand(1)); in optimizeCallInst()5488 bool CodeGenPrepare::optimizeGatherScatterInst(Instruction *MemoryInst, in optimizeGatherScatterInst() function in CodeGenPrepare