Searched refs:BypassType (Results 1 – 1 of 1) sorted by relevance
77 IntegerType *BypassType = nullptr; member in __anon06c93eea0111::FastDivInsertionTask135 BypassType = BT; in FastDivInsertionTask()204 return C && C->getValue().getSignificantBits() > BypassType->getBitWidth(); in isHashLikeValue()229 unsigned ShortLen = BypassType->getBitWidth(); in getValueRange()292 Builder.CreateCast(Instruction::Trunc, Divisor, BypassType); in createFastBB()294 Builder.CreateCast(Instruction::Trunc, Dividend, BypassType); in createFastBB()340 uint64_t BitMask = ~BypassType->getBitMask(); in insertOperandRuntimeCheck()374 Value *TruncDividend = Builder.CreateTrunc(Dividend, BypassType); in insertFastDivAndRem()375 Value *TruncDivisor = Builder.CreateTrunc(Divisor, BypassType); in insertFastDivAndRem()