Home
last modified time | relevance | path

Searched refs:optimizeGatherScatterInst (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp428 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);
2371 return optimizeGatherScatterInst(II, II->getArgOperand(0)); in optimizeCallInst()
2373 return optimizeGatherScatterInst(II, II->getArgOperand(1)); in optimizeCallInst()
5613 bool CodeGenPrepare::optimizeGatherScatterInst(Instruction *MemoryInst, in optimizeGatherScatterInst() function in CodeGenPrepare