Home
last modified time | relevance | path

Searched defs:TernaryOp (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp84 using TernaryOp = typename TernaryOpImp<T1, T2>::type; typedef
/external/llvm/include/llvm/TableGen/
DRecord.h855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h856 enum TernaryOp : uint8_t { SUBST, FOREACH, IF, DAG }; enum
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1003 enum TernaryOp { SUBST, FOREACH, IF }; enum
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc553 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, const XlaOp& lhs, const XlaOp& rhs, in TernaryOp() function in xla::XlaBuilder