Home
last modified time | relevance | path

Searched refs:condType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_cmp_cfg_etmv4.h89 } condType; typedef
91 const condType hasCondType() const;
231 inline const EtmV4Config::condType EtmV4Config::hasCondType() const in hasCondType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5224 llvm::Type *condType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local
5225 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator()