Home
last modified time | relevance | path

Searched refs:ConstantType (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc454 enum class ConstantType { kUnknown, kZero, kOne }; enum
457 ConstantType GetInitValue(const HloComputation& computation) { in GetInitValue()
464 return ConstantType::kUnknown; in GetInitValue()
469 return ConstantType::kZero; in GetInitValue()
471 return ConstantType::kOne; in GetInitValue()
473 return ConstantType::kUnknown; in GetInitValue()
555 ConstantType constant_type = ConstantType::kUnknown; in CreateLiteralForConstrainedUses()
634 case ConstantType::kZero: in CreateLiteralForConstrainedUses()
636 case ConstantType::kOne: in CreateLiteralForConstrainedUses()
638 case ConstantType::kUnknown: in CreateLiteralForConstrainedUses()
/external/clang/include/clang/Sema/
DOverload.h232 QualType &ConstantType) const;
/external/llvm-project/clang/include/clang/Sema/
DOverload.h363 APValue &ConstantValue, QualType &ConstantType,
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5745 using ConstantType = ConstantFloat; typedef
5762 using ConstantType = ConstantDouble; typedef
5778 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
5805 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()
DIceTargetLoweringARM32.cpp7236 using ConstantType = ConstantFloat; typedef
7253 using ConstantType = ConstantDouble; typedef
7269 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
7299 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()
/external/clang/lib/Sema/
DSemaInit.cpp7749 QualType ConstantType; in DiagnoseNarrowingInInitList() local
7751 ConstantType)) { in DiagnoseNarrowingInInitList()
7776 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
DSemaOverload.cpp289 QualType &ConstantType) const { in getNarrowingKind()
341 ConstantType = Initializer->getType(); in getNarrowingKind()
372 ConstantType = Initializer->getType(); in getNarrowingKind()
427 ConstantType = Initializer->getType(); in getNarrowingKind()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp9723 QualType ConstantType; in DiagnoseNarrowingInInitList() local
9725 ConstantType)) { in DiagnoseNarrowingInInitList()
9750 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
DSemaOverload.cpp313 QualType &ConstantType, bool IgnoreFloatToIntegralConversion) const { in getNarrowingKind() argument
372 ConstantType = Initializer->getType(); in getNarrowingKind()
408 ConstantType = Initializer->getType(); in getNarrowingKind()
469 ConstantType = Initializer->getType(); in getNarrowingKind()