Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h388 getConstantOffset(ConstantIndex)); in getConstant()
400 getConstantOffset(getNumConstants()))); in constants_end()
455 std::size_t getConstantOffset(unsigned ConstantIndex) const {
456 std::size_t getConstantOffset(unsigned ConstantIndex) const { getConstantOffset() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp296 std::optional<APInt> getConstantOffset(Value *PtrA, Value *PtrB,
1290 std::optional<APInt> TrueDiff = getConstantOffset( in getConstantOffsetSelects()
1295 getConstantOffset(SelectA->getFalseValue(), SelectB->getFalseValue(), in getConstantOffsetSelects()
1435 std::optional<APInt> Offset = getConstantOffset( in gatherChains()
1470 std::optional<APInt> Vectorizer::getConstantOffset(Value *PtrA, Value *PtrB, in getConstantOffset() function in Vectorizer