Home
last modified time | relevance | path

Searched refs:CountType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp535 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : in convertToCTRLoop() local
538 ExitCount->getType() != CountType) in convertToCTRLoop()
539 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType); in convertToCTRLoop()
541 SE->getConstant(CountType, 1)); in convertToCTRLoop()
542 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType, in convertToCTRLoop()
548 CountType); in convertToCTRLoop()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp868 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local
869 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
874 << 2 << CountType in BuildObjCDictionaryLiteral()