Lines Matching refs:ctor
51 const ConstructorArray& ctor = value->as<ConstructorArray>();
52 return ConstructorArray::Make(context, originalExpr.fLine, ctor.type(),
53 negate_operands(context, ctor.arguments()));
60 const ConstructorDiagonalMatrix& ctor = value->as<ConstructorDiagonalMatrix>();
62 *ctor.argument())) {
63 return ConstructorDiagonalMatrix::Make(context, originalExpr.fLine, ctor.type(),
72 const ConstructorSplat& ctor = value->as<ConstructorSplat>();
74 *ctor.argument())) {
75 return ConstructorSplat::Make(context, originalExpr.fLine, ctor.type(),
84 const ConstructorCompound& ctor = value->as<ConstructorCompound>();
85 return ConstructorCompound::Make(context, originalExpr.fLine, ctor.type(),
86 negate_operands(context, ctor.arguments()));