Searched refs:LVType (Results 1 – 4 of 4) sorted by relevance
175 } LVType; variable253 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()256 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()257 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()258 bool isMatrixElt() const { return LVType == MatrixElt; } in isMatrixElt()395 R.LVType = Simple; in MakeAddr()406 R.LVType = VectorElt; in MakeVectorElt()418 R.LVType = ExtVectorElt; in MakeExtVectorElt()[all …]
159 } LVType; variable246 bool isSimple() const { return LVType == Simple; } in isSimple()247 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()248 bool isBitField() const { return LVType == BitField; } in isBitField()249 bool isExtVectorElt() const { return LVType == ExtVectorElt; } in isExtVectorElt()250 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg()379 R.LVType = Simple;389 R.LVType = VectorElt; in MakeVectorElt()400 R.LVType = ExtVectorElt; in MakeExtVectorElt()419 R.LVType = BitField; in MakeBitfield()[all …]
3250 QualType LVType, in HandleMemberPointerAccess() argument3297 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()3298 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()3299 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()
4591 QualType LVType, in HandleMemberPointerAccess() argument4638 if (const PointerType *PT = LVType->getAs<PointerType>()) in HandleMemberPointerAccess()4639 LVType = PT->getPointeeType(); in HandleMemberPointerAccess()4640 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl(); in HandleMemberPointerAccess()