Searched defs:RType (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member in struct:_Key::__anon4149
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1028 unsigned RType = (RENext->Word1 >> 28) & 0xF; local
1029 if (RType != 0)
1076 unsigned RType; local
1078 RType = (RENext->Word0 >> 24) & 0xF;
1080 RType = (RENext->Word1 >> 28) & 0xF;
1081 if (RType != 1)
1106 unsigned RType; local
1108 RType = (RENext->Word0 >> 24) & 0xF;
1110 RType = (RENext->Word1 >> 28) & 0xF;
1111 if (RType !
1156 unsigned RType; local
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp472 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
473 if (LType != RType)
474 return (int)LType - (int)RType;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2315 Type *RType = RVal->getType(); local
2316 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());

Completed in 156 milliseconds