Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7244 auto ComputeCCH = [&](Instruction *I) -> TTI::CastContextHint { in getInstructionCost() local
7275 CCH = ComputeCCH(Store); in getInstructionCost()
7281 CCH = ComputeCCH(Load); in getInstructionCost()