Searched refs:AInt (Results 1 – 2 of 2) sorted by relevance
68 const SCEV *AInt = in alias() local72 if (!isa<SCEVCouldNotCompute>(AInt) && !isa<SCEVCouldNotCompute>(BInt)) { in alias()73 AS = AInt; in alias()
1888 llvm::APInt AInt(Width, (uint64_t)V); in getCodeUnitS()1889 V = AInt.getSExtValue(); in getCodeUnitS()