Searched refs:optimizeExtractElementInst (Results 1 – 3 of 3) sorted by relevance
192 bool optimizeExtractElementInst(Instruction *Inst);5130 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare5293 return optimizeExtractElementInst(I); in optimizeInst()
380 bool optimizeExtractElementInst(Instruction *Inst);6708 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare7187 return optimizeExtractElementInst(cast<ExtractElementInst>(I)); in optimizeInst()
441 bool optimizeExtractElementInst(Instruction *Inst);7605 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare8188 return optimizeExtractElementInst(cast<ExtractElementInst>(I)); in optimizeInst()