Searched refs:QuotRemPair (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp46 struct QuotRemPair { struct in namespace:__anon4726
50 QuotRemPair(Value *InQuotient, Value *InRemainder) function in struct:__anon4726::QuotRemPair
63 using DivCacheTy = DenseMap<DivRemMapKey, QuotRemPair>;
87 QuotRemPair createDivRemPhiNodes(QuotRemWithBB &LHS, QuotRemWithBB &RHS,
90 Optional<QuotRemPair> insertFastDivAndRem();
164 Optional<QuotRemPair> OptResult = insertFastDivAndRem();
171 QuotRemPair &Value = CacheI->second;
312 QuotRemPair FastDivInsertionTask::createDivRemPhiNodes(QuotRemWithBB &LHS,
323 return QuotRemPair(QuoPhi, RemPhi);
353 Optional<QuotRemPair> FastDivInsertionTas
[all...]

Completed in 157 milliseconds