Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h175 } LVType; variable
253 bool isSimple() const { return LVType == Simple; } in isSimple()
254 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()
255 bool isBitField() const { return LVType == BitField; } in isBitField()
257 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()
395 R.LVType = Simple; in MakeAddr()
406 R.LVType = VectorElt; in MakeVectorElt()
418 R.LVType = ExtVectorElt; in MakeExtVectorElt()
436 R.LVType = BitField; in MakeBitfield()
446 R.LVType = GlobalReg; in MakeGlobalReg()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4596 QualType LVType, in HandleMemberPointerAccess() argument
4643 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()
4644 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()
4645 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()