Searched defs:IsScalar (Results 1 – 11 of 11) sorted by relevance
141 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function188 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function
288 bool IsScalar() const { in IsScalar() function
239 static bool IsScalar(const Shape& shape) { in IsScalar() function
482 static bool IsScalar(const TensorShape& shape) { return shape.dims() == 0; } in IsScalar() function
33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
225 bool IsScalar() const { return HasLaneSize() && (size_ == lane_size_); } in IsScalar() function
943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
1224 bool IsScalar(mlir::Value value) const { in IsScalar() function
1769 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
3943 bool IsScalar = !RD; in getCatchableType() local
3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local