Home
last modified time | relevance | path

Searched defs:isScalar (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
DTypeElement.cpp49 bool CTypeElement::isScalar() const in isScalar() function in CTypeElement
DInstanceConfigurableElement.cpp127 bool CInstanceConfigurableElement::isScalar() const in isScalar() function in CInstanceConfigurableElement
/external/clang/lib/CodeGen/
DCGValue.h51 bool isScalar() const { return V1.getInt() == Scalar; } in isScalar() function
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp222 bool Dependence::isScalar(unsigned level) const { in isScalar() function in Dependence
259 bool FullDependence::isScalar(unsigned Level) const { in isScalar() function in FullDependence
/external/clang/utils/TableGen/
DNeonEmitter.cpp172 bool isScalar() const { return NumVectors == 0; } in isScalar() function in __anon28e236520111::Type
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp44 static inline bool isScalar(MVT::SimpleValueType VT) { in isScalar() function