Searched refs:IntE (Results 1 – 3 of 3) sorted by relevance
853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
855 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local856 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
13965 getAlignmentAndOffsetFromBinAddOrSub(const Expr *PtrE, const Expr *IntE, in getAlignmentAndOffsetFromBinAddOrSub() argument13978 if (Optional<llvm::APSInt> IdxRes = IntE->getIntegerConstantExpr(Ctx)) { in getAlignmentAndOffsetFromBinAddOrSub()