Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp179 bool TryToPromote(Value *V, unsigned PromotedWidth);
811 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote() function in TypePromotion
992 MadeChange |= TryToPromote(I, PromotedVT.getFixedSizeInBits()); in runOnFunction()