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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp178 bool TryToPromote(Value *V, unsigned PromotedWidth);
810 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { function in class:TypePromotion
819 LLVM_DEBUG(dbgs() << "IR Promotion: TryToPromote: " << *V << ", from "
991 MadeChange |= TryToPromote(I, PromotedVT.getSizeInBits());

Completed in 104 milliseconds