Both are false.
1) LL(1)/Predictive parser accepts a subset of grammars accepted by LR parsers.
2) LR parsers can't parse ambiguous CFGs. Note that, Operator Precedence Parser is Bottom-Up/SR Parser but not LR parser and it also can't parse all ambiguous grammars.