Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp496 if (!C && !BaseAndOffset.first) in visitPHI()
527 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
555 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
557 if (!BaseAndOffset.first) in canFoldInboundsGEP()
566 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
628 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
631 if (BaseAndOffset.first) in visitBitCast()
632 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()
658 if (BaseAndOffset.first) in visitPtrToInt()
690 if (BaseAndOffset.first) in visitIntToPtr()
[all …]