Home
last modified time | relevance | path

Searched defs:getConstantOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h456 std::size_t getConstantOffset(unsigned ConstantIndex) const { getConstantOffset() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1470 std::optional<APInt> Vectorizer::getConstantOffset(Value *PtrA, Value *PtrB, in getConstantOffset() function in Vectorizer