Searched defs:BaseOffs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp234 DecomposeGEPExpression(const Value *V, int64_t &BaseOffs, argument
240 BaseOffs = 0;
301 BaseOffs += TD->getStructLayout(STy)->getElementOffset(FieldNo);
308 BaseOffs += TD->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
328 BaseOffs += IndexOffset.getSExtValue()*Scale;

Completed in 1398 milliseconds