Searched refs:canCombine (Results 1 – 1 of 1) sorted by relevance
4164 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } in canCombine() function in __anonebd7bfba0411::VectorPromoteHelper4173 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()4276 if (VPH.canCombine(ToBePromoted)) { in OptimizeExtractElementInst()