LangRef.html says that inttoptr and ptrtoint always use zero-extension
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineSimplifyDemanded.cpp
2010-01-29 Duncan SandsHaving RHSKnownZero and RHSKnownOne be alternative...
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...
2010-01-04 Chris Lattnermove the 'SimplifyDemandedFoo' methods out to their...