Searched refs:CExpr (Results 1 – 6 of 6) sorted by relevance
47 if (const CallExpr *CExpr = dyn_cast_or_null<CallExpr>(CE.getOriginExpr()); in checkPostCall() local48 CExpr && !BuildSinks) { in checkPostCall()49 if (const Expr *C = CExpr->getCallee()) in checkPostCall()
99 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local100 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
1815 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local1818 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()1820 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()1825 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
731 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local733 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
618 const SCEV *CExpr) -> Value * { in tryReassociateMinOrMax() argument
1243 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in printSymbol() local1244 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()