Lines Matching defs:cx
616 if (const auto *cx{UnwrapExpr<Expr<SomeInteger>>(args[0])}) {
621 cx->u)};
622 } else if (const auto *cx{UnwrapExpr<Expr<SomeUnsigned>>(args[0])}) {
627 cx->u)};
628 } else if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) {
633 cx->u)};
634 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) {
639 cx->u)};
991 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) {
1012 cx->u);
1314 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) {
1319 cx->u)};
1320 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) {
1325 cx->u)};
1328 if (const auto *cx{UnwrapExpr<Expr<SomeInteger>>(args[0])}) {
1333 cx->u)};
1334 } else if (const auto *cx{UnwrapExpr<Expr<SomeUnsigned>>(args[0])}) {
1339 cx->u)};
1340 } else if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) {
1345 cx->u)};
1346 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) {
1351 cx->u)};