Home
last modified time | relevance | path

Searched refs:TryToPromote (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp173 bool TryToPromote(Value *V, unsigned PromotedWidth, const LoopInfo &LI);
783 bool TypePromotionImpl::TryToPromote(Value *V, unsigned PromotedWidth, in TryToPromote() function in TypePromotionImpl
984 MadeChange |= TryToPromote(Phi, PromoteWidth, LI); in run()
996 MadeChange |= TryToPromote(OpI, PromotedWidth, LI); in run()