Home | History | Annotate | Download | only in Core

Lines Matching refs:IntType

352           APSIntType IntType = BasicVals.getAPSIntType(resultTy);
353 IntType.apply(LHSValue);
354 IntType.apply(RHSValue);
467 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
468 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
469 const llvm::APSInt &second = IntType.convert(*RHSValue);