Searched refs:canPromote (Results 1 – 2 of 2) sorted by relevance
117 bool canPromote = true; in analyzeReference() local119 canPromote = canPromote && analyzeCoordinate(coordinate, op); in analyzeReference()120 return canPromote; in analyzeReference()
7361 bool canPromote(const Instruction *ToBePromoted) const { in canPromote() function in __anon78e22a881711::VectorPromoteHelper7520 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()