Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp901 int64_t ElementValue; in getBuildVectorConstantSplat() local
902 if (!mi_match(Element, MRI, m_ICst(ElementValue))) in getBuildVectorConstantSplat()
905 Scalar = ElementValue; in getBuildVectorConstantSplat()
906 else if (*Scalar != ElementValue) in getBuildVectorConstantSplat()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7113 Optional<APValue> ElementValue = in visit() local
7115 if (!ElementValue) in visit()
7117 ArrayValue.getArrayInitializedElt(I) = std::move(*ElementValue); in visit()