OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtVectorElt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
256
bool
isExtVectorElt
() const { return LVType == ExtVectorElt; }
368
assert(
isExtVectorElt
());
372
assert(
isExtVectorElt
());
CGAtomic.cpp
118
assert(lvalue.
isExtVectorElt
());
148
assert(LVal.
isExtVectorElt
());
1461
assert(LVal.
isExtVectorElt
());
1797
assert(AtomicLVal.
isExtVectorElt
());
1896
assert(AtomicLVal.
isExtVectorElt
());
CGExpr.cpp
1933
if (LV.
isExtVectorElt
()) {
2076
if (Dst.
isExtVectorElt
())
4125
assert(Base.
isExtVectorElt
() && "Can only subscript lvalue vec elts here!");
Completed in 39 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026