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

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp509 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : local
512 ExitCount->getType() != CountType)
513 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
515 SE->getConstant(CountType, 1));
516 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType,
522 CountType);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp869 QualType CountType = Method->param_begin()[2]->getType(); local
870 if (!CountType->isIntegerType()) {
875 << 2 << CountType

Completed in 111 milliseconds