HomeSort by: relevance | last modified time | path
    Searched defs:CountType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 191 CountType(Info.CountType),
206 Type *CountType = nullptr;
273 HWLoopInfo.CountType =
278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement);
414 Value *Count = SCEVE.expandCodeFor(TripCount, CountType,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 101 IntegerType *CountType = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1066 QualType CountType = Method->parameters()[2]->getType();
1067 if (!CountType->isIntegerType()) {
1072 << 2 << CountType

Completed in 80 milliseconds