Searched refs:CountType (Results 1 – 6 of 6) sorted by relevance
188 CountType(Info.CountType), in HardwareLoop()203 Type *CountType = nullptr; member in __anon7620f73f0111::HardwareLoop270 HWLoopInfo.CountType = in TryConvertLoop()275 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()388 ExitCount->getType() != CountType) in InitLoopCount()389 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType); in InitLoopCount()391 ExitCount = SE.getAddExpr(ExitCount, SE.getOne(CountType)); in InitLoopCount()422 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
791 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()793 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
129 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()
2055 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()2056 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()
102 IntegerType *CountType = nullptr; member