Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h155 } lvType; variable
184 bool isSimple() const { return lvType == Simple; } in isSimple()
185 bool isVectorElt() const { return lvType == VectorElt; } in isVectorElt()
186 bool isBitField() const { return lvType == BitField; } in isBitField()
221 r.lvType = Simple; in makeAddr()
245 r.lvType = VectorElt; in makeVectorElt()
277 r.lvType = BitField; in makeBitfield()