Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8986 const InstructionCost ScalarLimit = 10000; in getVectorCallCosts() local
8988 LibCost.isValid() ? LibCost : ScalarLimit); in getVectorCallCosts()
8992 (!LibCost.isValid() && IntrinsicCost > ScalarLimit)) in getVectorCallCosts()