Home
last modified time | relevance | path

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

/openbsd-src/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-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1462 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() local
1464 BaseAndOffset = ConstantOffsetPtrs.lookup(V); in visitPHI()
1466 if (!C && !BaseAndOffset.first) in visitPHI()
1483 if (FirstBaseAndOffset == BaseAndOffset) in visitPHI()
1497 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
1523 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
1525 if (!BaseAndOffset.first) in canFoldInboundsGEP()
1530 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP()
1534 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
1627 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
[all …]