Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmember-expr-references-variable.cpp8 constexpr static __complex float complexValue = 42.0; member
45 use(1, Struct::complexValue); in complexStaticVariableInMemberExpr()
52 use(2, s.complexValue); in complexStaticVariableInMemberExpr()
58 use(3, ptr->complexValue); in complexStaticVariableInMemberExpr()
65 use(4, ref.complexValue); in complexStaticVariableInMemberExpr()
72 use(5, Struct(2).complexValue); in complexStaticVariableInMemberExpr()
79 use(6, getPtr()->complexValue); in complexStaticVariableInMemberExpr()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp2014 auto complexValue = *(valueIt + index); in printDenseIntOrFPElementsAttr() local
2016 printDenseIntElement(complexValue.real(), os, isSigned); in printDenseIntOrFPElementsAttr()
2018 printDenseIntElement(complexValue.imag(), os, isSigned); in printDenseIntOrFPElementsAttr()
2024 auto complexValue = *(valueIt + index); in printDenseIntOrFPElementsAttr() local
2026 printFloatValue(complexValue.real(), os); in printDenseIntOrFPElementsAttr()
2028 printFloatValue(complexValue.imag(), os); in printDenseIntOrFPElementsAttr()