Searched refs:RType (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); variable
83 if (RType != X86_64_RELOC_UNSIGNED)
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member in struct:_Key::__anon18557
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp900 uint64_t RType; local
901 getRelocationType(Rel, RType);
915 if (RType > 5)
918 res = Table[RType];
934 if (RType > 9)
937 res = Table[RType];
953 if (RType > 9)
956 res = Table[RType];
970 if (RType >= array_lengthof(Table))
973 res = Table[RType];
1044 unsigned RType = getAnyRelocationType(RENext); local
1091 unsigned RType = getAnyRelocationType(RENext); local
1113 unsigned RType = getAnyRelocationType(RENext); local
1152 unsigned RType = getAnyRelocationType(RENext); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2478 Type *RType = RVal->getType(); local
2479 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());
/external/clang/lib/Sema/
H A DSemaInit.cpp528 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
529 const RecordDecl *RDecl = RType->getDecl();
2405 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) {
2406 RecordDecl *RDecl = RType->getDecl();
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
477 if (LType != RType)
478 return (int)LType - (int)RType;

Completed in 201 milliseconds