Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1540 if (!C && !BaseAndOffset.first) in visitPHI()
1571 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
1597 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
1599 if (!BaseAndOffset.first) in canFoldInboundsGEP()
1608 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
1701 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
1704 if (BaseAndOffset.first) in visitBitCast()
1705 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()
1727 if (BaseAndOffset.first) in visitPtrToInt()
1756 if (BaseAndOffset.first) in visitIntToPtr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp24 Pointer::Pointer(Block *Pointee, unsigned BaseAndOffset) in Pointer() argument
25 : Pointer(Pointee, BaseAndOffset, BaseAndOffset) {} in Pointer()
H A DPointer.h73 Pointer(Block *B, unsigned BaseAndOffset);