Searched refs:BypassType (Results 1 – 1 of 1) sorted by relevance
78 IntegerType *BypassType = nullptr; member in __anon06c93eea0111::FastDivInsertionTask136 BypassType = BT; in FastDivInsertionTask()205 return C && C->getValue().getSignificantBits() > BypassType->getBitWidth(); in isHashLikeValue()230 unsigned ShortLen = BypassType->getBitWidth(); in getValueRange()293 Builder.CreateCast(Instruction::Trunc, Divisor, BypassType); in createFastBB()295 Builder.CreateCast(Instruction::Trunc, Dividend, BypassType); in createFastBB()341 uint64_t BitMask = ~BypassType->getBitMask(); in insertOperandRuntimeCheck()375 Value *TruncDividend = Builder.CreateTrunc(Dividend, BypassType); in insertFastDivAndRem()376 Value *TruncDivisor = Builder.CreateTrunc(Divisor, BypassType); in insertFastDivAndRem()