Searched refs:CountType (Results 1 – 6 of 6) sorted by relevance
191 CountType(Info.CountType), in HardwareLoop()206 Type *CountType = nullptr; member in __anon01f6a13a0111::HardwareLoop273 HWLoopInfo.CountType = in TryConvertLoop()278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()414 Value *Count = SCEVE.expandCodeFor(TripCount, CountType, in InitLoopCount()
124 if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth()) in isHardwareLoopCandidate()172 if (!EC->getType()->isPointerTy() && EC->getType() != CountType) in isHardwareLoopCandidate()173 TripCount = SE.getZeroExtendExpr(TripCount, CountType); in isHardwareLoopCandidate()
783 HWLoopInfo.CountType = TM.isPPC64() ? in isHardwareLoopProfitable()785 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
1936 HWLoopInfo.CountType = Type::getInt32Ty(C); in isHardwareLoopProfitable()1937 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