Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7925 auto GetConstantViaSCEV = [this, &SE](VPValue *Op) { in tryToWiden() local
7938 NewOps[0] = GetConstantViaSCEV(NewOps[0]); in tryToWiden()
7940 NewOps[1] = GetConstantViaSCEV(NewOps[1]); in tryToWiden()