Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp302 std::optional<APInt> getConstantOffsetSelects(Value *PtrA, Value *PtrB,
1173 return getConstantOffsetSelects(PtrA, PtrB, ContextInst, Depth); in getConstantOffsetComplexAddrs()
1278 std::optional<APInt> Vectorizer::getConstantOffsetSelects( in getConstantOffsetSelects() function in Vectorizer