Searched refs:RType (Results 1 – 5 of 5) sorted by relevance
1026 unsigned RType = (RENext->Word1 >> 28) & 0xF; in getRelocationValueString() local1027 if (RType != 0) in getRelocationValueString()1074 unsigned RType; in getRelocationValueString() local1076 RType = (RENext->Word0 >> 24) & 0xF; in getRelocationValueString()1078 RType = (RENext->Word1 >> 28) & 0xF; in getRelocationValueString()1079 if (RType != 1) in getRelocationValueString()1104 unsigned RType; in getRelocationValueString() local1106 RType = (RENext->Word0 >> 24) & 0xF; in getRelocationValueString()1108 RType = (RENext->Word1 >> 28) & 0xF; in getRelocationValueString()1109 if (RType != 1) in getRelocationValueString()[all …]
45 unsigned int RType : 4; member
361 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInValueInitializations() local362 if (RType->getDecl()->isUnion() && in FillInValueInitializations()369 Field = RType->getDecl()->field_begin(), in FillInValueInitializations()370 FieldEnd = RType->getDecl()->field_end(); in FillInValueInitializations()385 if (RType->getDecl()->isUnion()) in FillInValueInitializations()2112 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local2113 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
2270 Type *RType = RVal->getType(); in isCompatibleIVType() local2271 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
470 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local471 if (LType != RType) in compare()472 return (int)LType - (int)RType; in compare()