Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp397 static APInt adjustToPointerSize(APInt Offset, unsigned PointerSize) { in adjustToPointerSize() function
586 Scale = adjustToPointerSize(Scale, PointerSize); in DecomposeGEPExpression()
597 adjustToPointerSize(Decomposed.StructOffset, PointerSize); in DecomposeGEPExpression()
599 adjustToPointerSize(Decomposed.OtherOffset, PointerSize); in DecomposeGEPExpression()