Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.cpp19 Pointer::Pointer(Block *Pointee, unsigned BaseAndOffset) in Pointer() argument
20 : Pointer(Pointee, BaseAndOffset, BaseAndOffset) {} in Pointer()
H A DPointer.h69 Pointer(Block *B, unsigned BaseAndOffset);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1466 if (!C && !BaseAndOffset.first) in visitPHI()
1497 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
1523 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
1525 if (!BaseAndOffset.first) in canFoldInboundsGEP()
1534 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
1627 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
1630 if (BaseAndOffset.first) in visitBitCast()
1631 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()
1653 if (BaseAndOffset.first) in visitPtrToInt()
1682 if (BaseAndOffset.first) in visitIntToPtr()
[all …]