Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1345 if (!C && !BaseAndOffset.first) in visitPHI()
1376 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
1402 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
1404 if (!BaseAndOffset.first) in canFoldInboundsGEP()
1413 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
1482 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
1485 if (BaseAndOffset.first) in visitBitCast()
1486 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()
1510 if (BaseAndOffset.first) in visitPtrToInt()
1541 if (BaseAndOffset.first) in visitIntToPtr()
[all …]