Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp347 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression() argument
353 Decomposed.StructOffset = 0; in DecomposeGEPExpression()
354 Decomposed.OtherOffset = 0; in DecomposeGEPExpression()
355 Decomposed.VarIndices.clear(); in DecomposeGEPExpression()
367 Decomposed.Base = V; in DecomposeGEPExpression()
398 Decomposed.Base = V; in DecomposeGEPExpression()
404 Decomposed.Base = V; in DecomposeGEPExpression()
422 Decomposed.StructOffset += in DecomposeGEPExpression()
431 Decomposed.OtherOffset += in DecomposeGEPExpression()
453 Decomposed.OtherOffset += IndexOffset.getSExtValue() * Scale; in DecomposeGEPExpression()
[all …]
/external/icu/icu4c/source/data/translit/
DInterIndic_Devanagari.txt10 #Rules for Decomposed characters
22 #Decomposed compatibility transliterations
DDevanagari_InterIndic.txt10 #Rules for Decomposed characters
/external/clang/lib/Index/
DUSRGeneration.cpp33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc); in printLoc() local
34 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first); in printLoc()
45 OS << '@' << Decomposed.second; in printLoc()
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
/external/clang/lib/AST/
DASTImporter.cpp6383 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import() local
6385 FileID ToFileID = Import(Decomposed.first); in Import()
6389 .getLocWithOffset(Decomposed.second); in Import()