Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp117 bool canPromote = true; in analyzeReference() local
119 canPromote = canPromote && analyzeCoordinate(coordinate, op); in analyzeReference()
120 return canPromote; in analyzeReference()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7361 bool canPromote(const Instruction *ToBePromoted) const { in canPromote() function in __anon78e22a881711::VectorPromoteHelper
7520 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()