Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp68 const SCEV *AInt = in alias() local
72 if (!isa<SCEVCouldNotCompute>(AInt) && !isa<SCEVCouldNotCompute>(BInt)) { in alias()
73 AS = AInt; in alias()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1888 llvm::APInt AInt(Width, (uint64_t)V); in getCodeUnitS()
1889 V = AInt.getSExtValue(); in getCodeUnitS()