Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6958 auto GetGEPCostDiff = [=](ArrayRef<Value *> Ptrs, Value *BasePtr) { in getEntryCost() local
7289 return CommonCost + GetGEPCostDiff(VL, VL0); in getEntryCost()
7328 return Cost + GetGEPCostDiff(PointerOps, LI0->getPointerOperand()); in getEntryCost()
7356 GetGEPCostDiff(PointerOps, BaseSI->getPointerOperand()); in getEntryCost()