Searched refs:RType (Results 1 – 6 of 6) sorted by relevance
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation() local83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
724 uint64_t RType; in getRelocationTypeName() local725 getRelocationType(Rel, RType); in getRelocationTypeName()739 if (RType > 5) in getRelocationTypeName()742 res = Table[RType]; in getRelocationTypeName()758 if (RType > 9) in getRelocationTypeName()761 res = Table[RType]; in getRelocationTypeName()777 if (RType > 9) in getRelocationTypeName()780 res = Table[RType]; in getRelocationTypeName()793 if (RType >= array_lengthof(Table)) in getRelocationTypeName()796 res = Table[RType]; in getRelocationTypeName()[all …]
45 unsigned int RType : 4; member
532 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local533 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()2438 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local2439 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
2473 Type *RType = RVal->getType(); in isCompatibleIVType() local2474 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
480 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local481 if (LType != RType) in compare()482 return (int)LType - (int)RType; in compare()