Searched refs:CountType (Results 1 – 6 of 6) sorted by relevance
191 CountType(Info.CountType), in HardwareLoop()206 Type *CountType = nullptr; member in __anone95c3c430111::HardwareLoop273 HWLoopInfo.CountType = in TryConvertLoop()278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()385 ExitCount->getType() != CountType) in InitLoopCount()386 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType); in InitLoopCount()388 ExitCount = SE.getAddExpr(ExitCount, SE.getOne(CountType)); in InitLoopCount()419 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
786 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()788 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
124 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
1942 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()1943 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
1066 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local1067 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()1072 << 2 << CountType in BuildObjCDictionaryLiteral()
101 IntegerType *CountType = nullptr; member