Home
last modified time | relevance | path

Searched refs:ElementValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp915 int64_t ElementValue; in getBuildVectorConstantSplat() local
916 if (!mi_match(Element, MRI, m_ICst(ElementValue))) in getBuildVectorConstantSplat()
919 Scalar = ElementValue; in getBuildVectorConstantSplat()
920 else if (*Scalar != ElementValue) in getBuildVectorConstantSplat()
/freebsd-12-stable/sys/dev/hptnr/
Dhptintf.h576 HPT_U32 ElementValue; member
/freebsd-12-stable/sys/dev/hpt27xx/
Dhptintf.h580 HPT_U32 ElementValue; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp7113 Optional<APValue> ElementValue = in visit() local
7115 if (!ElementValue) in visit()
7117 ArrayValue.getArrayInitializedElt(I) = std::move(*ElementValue); in visit()