Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp169 bool TryToPromote(Value *V, unsigned PromotedWidth);
759 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote() function in TypePromotion
937 MadeChange |= TryToPromote(I, PromotedVT.getFixedSizeInBits()); in runOnFunction()