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()
102 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local103 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
1895 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local1898 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()1900 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()1905 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
751 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local753 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
629 const SCEV *CExpr) -> Value * { in tryReassociateMinOrMax() argument
1283 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in printSymbol() local1284 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()